shithub: scc

ref: 8533b9940b37a8939ca2af338d28f5ae17b1b4ce
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif