shithub: scc

ref: 2abe3c04e394a50485d96cc1063bdeae6fdeaca0
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif