shithub: scc

ref: 84af3abc43c0cb42d5ad3895fff7c99a6e1efc21
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif