shithub: scc

ref: 9653030c822fa1a34b30b1e29fd1c7f4a545b7fc
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif