shithub: scc

ref: 85246aa9496cda4ba923939682de23b0f44bfaca
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif