You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
9 lines
194 B
C
9 lines
194 B
C
// ustdlib means un-standard library
|
|
// i'm going to abuse so much of my power here lol
|
|
|
|
extern int s2d_atoi(char *s, char **s2);
|
|
|
|
extern int s2d_ilen(char *s);
|
|
|
|
extern int s2d_strlen(char *s);
|