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