shithub: scc

ref: 91fed4f458eac3d6b7cc9c02042a4c670d037ede
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif