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