Updated: October 28, 2024 |
Set the memory to zero
#include <qh/string.h>
void qh_memclear(void *dst, size_t size)
The qh_memclear() function clears the memory, setting it to zero, while bypassing any possible compiler optimizations that could otherwise prevent the memory from being cleared.