sm64pc/include/libc/stdio.h

7 lines
92 B
C
Raw Normal View History

2020-05-05 12:15:53 +00:00
#ifndef STDIO_H
#define STDIO_H
extern int sprintf(char *s, const char *fmt, ...);
#endif