shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif