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