shithub: scc

ref: 4cf31fcfe6db15aa70c8cb1f38894651ef168c16
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif