shithub: scc

ref: 4daa4e88832f556cf450aa7d98feb8b6c44280f5
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif