Skip to content

jurgen-kluft/cbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cbase

Cross platform base library

  • cbase (depends on ccore)
    • system allocator
    • binary search
    • bitfield
    • buffer / binary reader / binary writer
    • console
    • endian
    • hierarchical bitset (hbb_t)
    • integer (min/max, clamp, align, ilog2, findLastBit, findFirstBit, countBits, countTrailingZeros/countLeadingZeros)
    • limits (minimum/maximum value of system types)
    • log (logging to console)
    • printf / sprintf
    • random (interface)
    • runes (ascii, utf-8, utf-16, utf-32) and many string manipulation functions
    • low-level string functions
    • slice
    • sort
    • tls
    • va-list (va_t)

Releases

No releases published

Packages

No packages published

Languages