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