shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif