Decompile strncmp

This commit is contained in:
Ryan Dwyer
2021-01-30 12:41:52 +10:00
parent 356caa1ca9
commit d3b9a53885
3 changed files with 24 additions and 34 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ char *strcpy(char *dest, char *src);
char *strncpy(char *dest, char *src, u32 len);
u32 strcat(char *dst, char *src);
s32 strcmp(char *a, char *b);
u32 func000132c0(void);
s32 strncmp(char *s1, char *s2, s32 len);
char toupper(char c);
s32 isdigit(char c);
s32 isalpha(char c);