shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif