shithub: scc

ref: 0e1ef503f2d2a13bdd07e6d5230d1a67f2a92b47
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif