mirror of
https://github.com/n64decomp/sm64
synced 2026-04-23 23:53:47 +00: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
|