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