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