shithub: scc

ref: 9a2a6b23de790bdb10797a424d3720c9505aabc1
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif