shithub: scc

ref: 2d6e3a3b4fd4aa72d7de54633f737c532405f1ae
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif