shithub: scc

ref: 373de4dcd36fec4dbbd44b5da22c3f4cd3dc4d0e
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif