mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-05-04 18:22:43 +02:00
80d62f224900ab486a5bc5a6e80ce1e25a0e38e8
git-subtree-dir: externals/zycore git-subtree-split: 0c372cdefe799e99812c008a0b74537bfa5fe077
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.
Description
Languages
C++
66%
POV-Ray SDL
31%
Pascal
2.1%
CMake
0.8%
Assembly
0.1%