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