shithub: scc

ref: 408195a30834d7d539d45ffdc62834aec429478a
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif