shithub: scc

ref: eff19eac25f2541f43bf17de94f6730a97ac0908
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif