[faststring] fix memcmp and strlen signatures
int memcmp(const void *s1, const void *s2, size_t n); size_t strlen(const char *s);
Loading
Please register or sign in to comment
int memcmp(const void *s1, const void *s2, size_t n); size_t strlen(const char *s);