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