shithub: scc

ref: 8f73334c75b2e3021016ca336bf1278fcf3186fb
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif