feat: initial

This commit is contained in:
Katharina 2026-06-26 21:17:31 +02:00
commit 92d8a91be4
20 changed files with 1058 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#pragma once
#include <stdint.h>
using size_t = uint64_t;
using ssize_t = int64_t;