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