mirror of
https://github.com/SeekyCt/spm-decomp.git
synced 2025-03-02 18:36:13 +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 |