shithub: scc

ref: 4100a101f53391e3063652f203272462dc8537d7
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif