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