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