Initial commit, first project from 0 with xmake

This commit is contained in:
2026-05-26 22:28:06 -06:00
commit 910f63bf07
6 changed files with 192 additions and 0 deletions

6
include/lae_strings.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef LAE_STRINGS_H
#define LAE_STRINGS_H
typedef struct ByteStr ByteStr;
#endif