shithub: scc

ref: 57772ff4fa151bf3de032d14eb5c0c13f4174f98
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif