shithub: scc

ref: 9fa2ed41597d0856d4fd0093c61a08460144ea3f
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif