shithub: scc

ref: 65d393be241273b385ef13c463cd4ada5aa74e62
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif