mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-08 23:48:18 +01:00
git-subtree-dir: externals/zycore git-subtree-split: 0c372cdefe799e99812c008a0b74537bfa5fe077
635 B
635 B
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.