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