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