patricus-utils/utils.h
2025-06-17 09:55:07 +02:00

7 lines
No EOL
205 B
C

#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"