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