shithub: scc

ref: 3eb074604d8c04734b97de4ef489f2a94431c5a8
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif