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