shithub: scc

ref: a1b605f501ce76d73a9df091c6e5f3e2a3955198
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif