Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 293 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 293 Bytes

ccore

Cross platform c++ library, this is the most basic library for all other libraries and mainly contains interfaces and types.

  • ccore
    • compiler, configuration and platform detection
    • types (s8/u8 .. s64/u64, f32/f64, uchar/../uchar32)
    • allocator interface
    • debug (assert)