shithub: scc

ref: 5ec5de955e3b14f6a0f8f5663a5379778ba10682
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif