shithub: scc

ref: 3c737d518c2ca2f85ded09025cae9a900902288f
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif