Decompile strchr

This commit is contained in:
Ryan Dwyer
2021-01-30 10:28:20 +10:00
parent ecb623d6d0
commit 2b96f793d3
2 changed files with 15 additions and 26 deletions
+1 -1
View File
@@ -14,6 +14,6 @@ f32 sqrtf(f32 arg0);
void *memcpy(void *, const void *, size_t);
u32 strlen(char *str);
u32 strchr(void);
char *strchr(const char *s, int c);
#endif