shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif