mirror of
https://github.com/SeekyCt/spm-decomp.git
synced 2024-11-27 07:10:33 +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 |