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