shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif