shithub: scc

ref: 3a13451527967209d4e2e9d8bf8248659bfafb3f
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif