shithub: scc

ref: 5ab530921869757d383d44ab7918d7080489587f
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif