From e7073c34d2ca92663d98bbb1912ad5f6e615e87f Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 8 Jan 2023 23:27:03 -0600 Subject: add kai_alloc --- src/util/util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/util/util.h') diff --git a/src/util/util.h b/src/util/util.h index 0b6bc15..d5fa636 100644 --- a/src/util/util.h +++ b/src/util/util.h @@ -34,4 +34,7 @@ size_t kai_text_to_reals(ka_real_t *dest, const char *str, size_t count); size_t kai_text_to_longs(long *dest, const char *str, size_t count); + +void *kai_alloc(size_t size, const char *purpose); + #endif -- cgit v1.2.1