shithub: scc

ref: 4a695da3a6e31f002608accb745d4369fe7f0eaa
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif