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