shithub: scc

ref: 9e29fc687fadb6d0ef18e986825c1b788ddd7284
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif