shithub: scc

ref: e172a54f741c15f19a7a9df39c75a301ab784a80
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif