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