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