shithub: scc

ref: 57cc52be5b9df84c0ffa06b21307577cbc10e32f
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif