mirror of
https://gitlab.com/dk64_decomp/dk64.git
synced 2024-11-23 07:01:58 +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
|