feat(libhectic): arenas

This commit is contained in:
2025-03-21 01:53:02 +00:00
parent 647155f859
commit 4f2391e9b5
8 changed files with 239 additions and 5 deletions

8
package/c/hmpl/libhmpl.c Normal file
View File

@@ -0,0 +1,8 @@
#include <stdio.h>
#include "libhectic.h"
int main(void) {
raise_info("hello world");
return 0;
}