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