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