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