shithub: scc

ref: 89fc1db118a0ab6e3b65f29074db76085a1587cc
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif