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