shithub: scc

ref: 0cea8681bf7c49f8d6bc0f5d4d499afc1b0dfcfd
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif