blob: ea6d2f598ec696403f26f00eb3187a1699c7cc87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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
* Macros
- Compiler/Platform/Architecture detection
- Asserts and static asserts
- Utils (ARRAY_LENGTH, FALLTHROUGH, UNUSED, ...)
* Common types
- ZyanBitset
- ZyanString/ZyanStringView
* Container types
- ZyanVector
- ZyanList
* LibC abstraction (WiP)
|