shithub: scc

ref: 992fd380a19def81095e9d5fed9b924e97da4145
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif