From 1cf89852f951b59b89f2a8bd7b54a0b0b74d439c Mon Sep 17 00:00:00 2001 From: bonmas14 Date: Sat, 2 Aug 2025 23:20:37 +0000 Subject: memory manipulation, strings, allocators list and logger. --- src/ungrateful.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/ungrateful.c (limited to 'src/ungrateful.c') diff --git a/src/ungrateful.c b/src/ungrateful.c new file mode 100644 index 0000000..1ceefd6 --- /dev/null +++ b/src/ungrateful.c @@ -0,0 +1,6 @@ +#include "ungrateful.h" + +#include "un_memory.c" +#include "un_strings.c" +#include "un_list.c" +#include "un_log.c" -- cgit v1.2.3-70-g09d2