hookset

Undocumented in source.

Members

Functions

nu_fatal
void nu_fatal(const(char)[] msg)
Undocumented in source. Be warned that the author may not have intended to support it.
nu_free
void nu_free(void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
nu_malloc
void* nu_malloc(size_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
nu_memcpy
void* nu_memcpy(void* dst, void* src, size_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
nu_memmove
void* nu_memmove(void* dst, void* src, size_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
nu_memset
void* nu_memset(void* dst, ubyte value, size_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
nu_realloc
void* nu_realloc(void* data, size_t newSize)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta