Attempt to decompile strtol

This commit is contained in:
Ryan Dwyer
2021-01-30 23:35:56 +10:00
parent 36f092e775
commit a4819ebe65
4 changed files with 109 additions and 7 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ char toupper(char c);
s32 isdigit(char c);
s32 isalpha(char c);
s32 isspace(char c);
s32 func00013408(char *arg0, s32 *arg1, s32 arg2);
s32 strtol(char *arg0, char **arg1, s32 arg2);
#endif