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