shithub: scc

ref: 1f3216de535a95c71ec389f1212b59478489799b
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif