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