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