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