shithub: scc

ref: 15c8ffc688a52d0596cbd9a27a1dd30aa51c0118
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif