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