stdlow.string

Undocumented in source.

Members

Functions

memccpy
H memccpy(H dest, H src, T needle, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
memchr
H memchr(H s, T needle, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
memchr
size_t memchr(H return_ptr, H s, T needle, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
memcmp
int memcmp(T s1, T s2, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
memcpy
H memcpy(H dest, H src, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
memmem
H memmem(H haystack_ptr, size_t size, T needle)
Undocumented in source. Be warned that the author may not have intended to support it.
memmem
size_t memmem(H return_ptr, H haystack_ptr, size_t size, T needle)
Undocumented in source. Be warned that the author may not have intended to support it.
memmove
H memmove(H dest, H src, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
memrchr
H memrchr(H s, T needle, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
memrchr
size_t memrchr(H return_ptr, H s, T needle, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
memset
H memset(H dest, H src, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta