initial commit

This commit is contained in:
2026-04-12 19:22:07 +02:00
commit 65521e4df1
10 changed files with 457 additions and 0 deletions

4
src/helper.h Normal file
View File

@@ -0,0 +1,4 @@
#include "types.h"
int noom_startswith(const char* str, char* compare);
int noom_streql(const char* stra, noom_uint_t lena, const char* strb, noom_uint_t lenb); // rename to something better?