irst version on that git repo

This commit is contained in:
patricus 2025-06-17 09:55:07 +02:00
commit 46ccebf956
13 changed files with 844 additions and 0 deletions

7
utils.h Normal file
View file

@ -0,0 +1,7 @@
#ifdef __cosmo__
#error "cosmopolitan libc got banned from usage, use clang from homebrew for macOS or msvc for windows"
#endif
#ifdef __linux__
#error "linux isn't supported."
#endif
#define version "3.4"