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