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