diff options
Diffstat (limited to 'src/ungrateful.c')
-rw-r--r-- | src/ungrateful.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ungrateful.c b/src/ungrateful.c index 5031a45..96c9648 100644 --- a/src/ungrateful.c +++ b/src/ungrateful.c @@ -14,3 +14,8 @@ #include "un_vec.c" #include "un_vecd.c" + + +void un_init(u64 size_of_temp_mem) { + un_alloc_temp_init(size_of_temp_mem); +} |