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