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