shithub: scc

ref: 51080ade62c1b8dbc93b8fa5e39c9db5233ef48d
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif