shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif