yuzu/externals/dynarmic/externals/zycore
pineappleEA 146ca66c3e early-access version 1730 2021-05-30 08:36:49 +02:00
..
cmake early-access version 1730 2021-05-30 08:36:49 +02:00
examples early-access version 1730 2021-05-30 08:36:49 +02:00
include/Zycore early-access version 1730 2021-05-30 08:36:49 +02:00
resources early-access version 1730 2021-05-30 08:36:49 +02:00
src early-access version 1730 2021-05-30 08:36:49 +02:00
tests early-access version 1730 2021-05-30 08:36:49 +02:00
.gitignore early-access version 1730 2021-05-30 08:36:49 +02:00
CMakeLists.txt early-access version 1730 2021-05-30 08:36:49 +02:00
CMakeLists.txt.in early-access version 1730 2021-05-30 08:36:49 +02:00
LICENSE early-access version 1730 2021-05-30 08:36:49 +02:00
README.md early-access version 1730 2021-05-30 08:36:49 +02:00

README.md

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)

License

Zycore is licensed under the MIT license.