shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif