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