shithub: scc

ref: 1aea31215a1c95497aaa919b1d88296f59fd8f2c
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif