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