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