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