shithub: scc

ref: 0314a338f9488fafd0222ce35adf27fe6f4fec7d
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif