spm-decomp/stdio.h

6 lines
89 B
C
Raw Normal View History

2020-10-03 23:02:32 +00:00
#ifndef STDIO_H
#define STDIO_H
int sprintf(char *str, const char *format, ...);
#endif