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