shithub: scc

ref: fe11ef11c059f7beeb45f605c4a706d4088c3168
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif