rlib

Undocumented in source.

Members

Functions

memcmp
int memcmp(void* p1, void* p2, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
memcmp
int memcmp(void* p1, void* p2, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
memcpy
void* memcpy(void* dest, void* src, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
memcpy
void* memcpy(void* dest, void* src, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
memmove
void* memmove(void* dest, void* src, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
memmove
void* memmove(void* dest, void* src, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
memset
void* memset(void* dest, int ch, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
memset
void* memset(void* dest, int ch, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta