shithub: scc

ref: 2fad6a4bf9c95e020df930acd1691c295b173ac1
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif