shithub: scc

ref: 8bb00ac5eecf4a2accdba12c0ccfd9afd0f68ec9
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif