shithub: scc

ref: 4a958ed64d14b99abed9c49125079ca21d3a8d38
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif