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