shithub: scc

ref: 4d3bd7972a348bbadd872312a68a0b2570a8bd02
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif