shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif