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