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