You've already forked sm64coopdx
mirror of
https://github.com/izzy2lost/sm64coopdx.git
synced 2026-03-26 16:56:02 -07:00
7 lines
92 B
C
7 lines
92 B
C
#ifndef STDIO_H
|
|
#define STDIO_H
|
|
|
|
extern int sprintf(char *s, const char *fmt, ...);
|
|
|
|
#endif
|