shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif