shithub: scc

ref: 2adcda7668e73c5fd1471f0766fd6fd3ba8d638b
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif