mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
6 lines
92 B
C
6 lines
92 B
C
#ifndef STDIO_H
|
|
#define STDIO_H
|
|
|
|
extern int sprintf(char *s, const char *fmt, ...);
|
|
|
|
#endif
|