shithub: scc

ref: 61425722b9d96bd86e4c7405379f8cc1250669f0
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif