shithub: scc

ref: 8f656093e79f9aca87c5f798ab741bbd32d38673
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif