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