shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif