diff options
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h index 2a1e72a..12829ef 100644 --- a/include/util.h +++ b/include/util.h @@ -6,4 +6,6 @@ enum exit_status { EXIT_ABNORMAL = 255, }; +void *must_malloc(size_t size); + #endif |