mirror of
https://github.com/zyantific/zycore-c
synced 2026-06-08 18:41:14 +00:00
master
See: https://github.com/radareorg/radare2/issues/26030
Zyan Core Library for C
Internal library providing platform independent types, macros and a fallback for environments without LibC.
Features
- Platform independent types
- Integer types (
ZyanU8,ZyanI32,ZyanUSize, ...) ZyanBool(+ZYAN_FALSE,ZYAN_TRUE)ZYAN_NULL
- Integer types (
- Macros
- Compiler/Platform/Architecture detection
- Asserts and static asserts
- Utils (
ARRAY_LENGTH,FALLTHROUGH,UNUSED, ...)
- Common types
ZyanBitsetZyanString/ZyanStringView
- Container types
ZyanVectorZyanList
- LibC abstraction (WiP)
License
Zycore is licensed under the MIT license.
Languages
C
83.2%
C++
12.6%
CMake
2.9%
Meson
1.3%