shithub: scc

ref: 6fe9948519b756f46cb42fa132b158541f024222
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif