shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif