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