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