shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif