mirror of
https://github.com/sm64pc/sm64pc.git
synced 2025-04-12 00:05:59 +02: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
|