spm-decomp/stdio.h
2020-10-04 00:02:32 +01:00

6 lines
89 B
C

#ifndef STDIO_H
#define STDIO_H
int sprintf(char *str, const char *format, ...);
#endif