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