shithub: scc

ref: e2a51c17187b205422f06cf0516b1192a8db8220
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

int printf(const char *fmt, ...);

#endif