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