shithub: scc

ref: 726f4aa85ece511878dfe1cb2132c34d882e5621
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif