shithub: scc

ref: 6aa7b3d7682554b843e0a5d2b1d29c26ef68535f
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif