shithub: scc

ref: 409d9be87d504193aeb05a217f691ab1590e4d1a
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif