Decompile isspace

This commit is contained in:
Ryan Dwyer
2021-01-30 12:18:36 +10:00
parent 2234158dbf
commit 356caa1ca9
2 changed files with 7 additions and 28 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ u32 func000132c0(void);
char toupper(char c);
s32 isdigit(char c);
s32 isalpha(char c);
u32 func000133b4(void);
s32 isspace(char c);
s32 func00013408(char *arg0, s32 *arg1, s32 arg2);
int sprintf(char *dest, const char *format, ...);