mirror of
https://github.com/SeekyCt/spm-decomp.git
synced 2024-11-30 08:40:54 +00:00
6 lines
89 B
C
6 lines
89 B
C
|
#ifndef STDIO_H
|
||
|
#define STDIO_H
|
||
|
|
||
|
int sprintf(char *str, const char *format, ...);
|
||
|
|
||
|
#endif
|