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