shithub: scc

ref: 4089279e341a35d8762085de87b8db30803f7c3f
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif