shithub: scc

ref: effb6ade9692c5ca019344b501d2c178b5bbaefd
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif