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