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