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