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