irst version on that git repo
This commit is contained in:
commit
46ccebf956
13 changed files with 844 additions and 0 deletions
7
utils.h
Normal file
7
utils.h
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue