shithub: scc

ref: c75555ca9951a5433703c0bb70f6a7ff6d0dfb1d
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif