shithub: scc

ref: 2d6aaa2a9cb928a69bdef0ed307fe8ea85389b72
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif