shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif