home projects git about
1 2 3 4 5 6
#ifndef KALMIA_UTIL_H #define KALMIA_UTIL_H void * kai_expand_array(void **array, size_t *len, size_t element_size); #endif