shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif