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