mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 22:31:58 +00:00
implement memrchr (nonstandard) and optimize strrchr in terms of it
This commit is contained in:
@@ -74,6 +74,7 @@ int strncasecmp (const char *, const char *, size_t);
|
||||
char *strchrnul(const char *, int);
|
||||
char *strcasestr(const char *, const char *);
|
||||
char *strsep(char **, const char *);
|
||||
void *memrchr(const void *, int, size_t);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user