]> git.lizzy.rs Git - nothing.git/blob - src/system/nth_alloc.h
8968b34b203ccb7a1f3655aa7d54e31251e2e121
[nothing.git] / src / system / nth_alloc.h
1 #ifndef NTH_ALLOC_H_
2 #define NTH_ALLOC_H_
3
4 #include <stdlib.h>
5
6 void *nth_calloc(size_t num, size_t size);
7 void *nth_realloc(void *ptr, size_t new_size);
8
9 #endif  // NTH_ALLOC_H_