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