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