Decompile strlen

This commit is contained in:
Ryan Dwyer
2021-01-30 10:29:07 +10:00
parent 2b96f793d3
commit 9cb9a9b4d7
2 changed files with 11 additions and 16 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ f32 sinf(f32 arg0);
f32 sqrtf(f32 arg0);
void *memcpy(void *, const void *, size_t);
u32 strlen(char *str);
size_t strlen(const char *s);
char *strchr(const char *s, int c);
#endif