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