shithub: scc

ref: 24a097c15570c35a997628d0f0c553261d7254a7
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif