shithub: scc

ref: 3801b0918d1ba3107283cb6087a9a158c33d545b
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif