shithub: scc

ref: 493d1fe087d5b30f9a74b6e51697e10ea6fc9ad8
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif