shithub: scc

ref: 5213d2286aaf69d7c9eaf8010526ad18180cb8ff
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif