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