shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif