- memmem
Inout!(void)* memmem(Inout!(void)* haystack, size_t hlen, void* needle, size_t nlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mempcpy
void* mempcpy(void* to, void* from, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- memrchr
Inout!(void)* memrchr(Inout!(void)* block, int c, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rawmemchr
Inout!(void)* rawmemchr(Inout!(void)* block, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- strchrnul
Inout!(char)* strchrnul(Inout!(char)* str, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- strerror_r
char* strerror_r(int errnum, char* buf, size_t buflen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- strndup
char* strndup(char* s, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- strnlen
size_t strnlen(char* s, size_t maxlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- strverscmp
int strverscmp(char* s1, char* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wcschrnul
Inout!(wchar_t)* wcschrnul(Inout!(wchar_t)* wstr, wchar_t wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wcsdup
wchar_t* wcsdup(wchar_t* ws)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wcsnlen
size_t wcsnlen(wchar_t* ws, size_t maxlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wmempcpy
wchar_t* wmempcpy(wchar_t* wto, wchar_t* wfrom, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glibc string functions.