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