shithub: scc

ref: 72ff9501d14892e97a95cbf5c0a384ddc333b1dd
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif