shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif