shithub: scc

ref: 580a13e36e24a600cea5207ecde9eebadf172eda
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif