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