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