shithub: scc

ref: 5e53dda919d0c31035eed65afa299f045dcbad7f
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif