shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif