shithub: scc

ref: 02362a2f2130ccec1d17f587c55952f8ab3b635e
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif