shithub: scc

ref: 78fb2955d0a19020b98dcaf65306217a47d720ea
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif