shithub: scc

ref: 75e4d370040c4a766e97c3663d92aac9ee0dce1e
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif