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