shithub: scc

ref: 04896c0cb0b29caaad3976bba16428610be15a48
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif