diff options
Diffstat (limited to 'src/util/util.h')
-rw-r--r-- | src/util/util.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/util.h b/src/util/util.h new file mode 100644 index 0000000..c2f01eb --- /dev/null +++ b/src/util/util.h @@ -0,0 +1,6 @@ +#ifndef KALMIA_UTIL_H +#define KALMIA_UTIL_H + +void * kai_expand_array(void **array, size_t *len, size_t element_size); + +#endif |