shithub: scc

ref: 2ee4c38b7e9809aefb5c8cb1f874444928a0b188
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif