shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif