shithub: scc

ref: 79f242a1b486146c944786b26b8b9a82a18670e2
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif