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