1
0
mirror of https://git.lain.church/emil/libhl.git synced 2025-06-12 05:36:43 +00:00

Allocation by chunks of 1KiB again...

This commit is contained in:
xolatile 2023-08-15 19:31:52 -04:00
parent 6d4de1c208
commit 0113a24f28

View File

@ -1,4 +1,3 @@
// @COMPILECMD gcc $@ -o hl
#include <stdio.h>
#include <stdlib.h>
#include <string.h>