shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif