shithub: scc

ref: 69f4faf966f646c47631261ebb9f8ff4af8906a0
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif