mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-03 00:26:53 -04:00
Decompile strlen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user