shithub: scc

ref: 906fb08c99904b7530efa13b2529a60a2e9c034c
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif