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