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