SlackBuildsOrg/libraries/zycore-c
Steven Voges f0a8056939
libraries/zycore-c: Updated for version 1.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-01-21 10:22:02 +07:00
..
README
slack-desc
zycore-c.info libraries/zycore-c: Updated for version 1.4.1. 2023-01-21 10:22:02 +07:00
zycore-c.SlackBuild libraries/zycore-c: Updated for version 1.4.1. 2023-01-21 10:22:02 +07:00

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)