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