shithub: scc

ref: 1cdbbd148a18c528591f343bf5453c872911913e
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif