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