shithub: scc

ref: 60a0cff60f2c11945afc0026c2f6ed532dc60e87
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif