shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif