shithub: scc

ref: 691c29076baa1983116d4a26b3adfbc30bf68d43
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif