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