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