shithub: scc

ref: 99f65931e88b3a22b2bd5e9e88bf6798c529023c
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif