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