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