shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif