shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif