#ifndef KALMIA_UTIL_H #define KALMIA_UTIL_H void * kai_expand_array(void **array, size_t *len, size_t element_size); #endif