shithub: scc

ref: 05e48648c32fff671b79a615310f4d2bc5136aba
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif