shithub: scc

ref: 35572b0d6f214a181ae63671c909935e1b0914a4
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif