ref: 2401a9b700aa6dff9aa786f4d17a7dcd48e933b9 dir: /cc1/tests/stdio.h/
#ifndef _STDIO_H #define _STDIO_H int printf(const char *fmt, ...); #endif