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