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