shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif