Syllo/nvtop
src/CMakeLists.txt
:21
check_c_source_compiles(
"
#include <stdlib.h>
int main() {
int *buf = NULL;
buf = reallocarray(buf, 15, sizeof(*buf));
return EXIT_SUCCESS;
}
"
HAS_REALLOCARRAY
)