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