shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif