shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif