Tertium
It's a general-purpose library for C aiming to provide a simple and secure environment to produce more reliable software.
Modules
- adt: abstract data types
- arr: generic static array
- cal: calendar dates
- cdb: constant database
- dir: directory recursion
- dyn: generic dynamic array
- err: formatted error messages
- exc: external binaries execution
- fmt: user-defined formattation
- gen: pattern matching
- hsh: checksum and cryptographic hashes
- ioq: buffered i/o
- mem: operations on memory
- nix: *nix routines and utilities
- rand: random data, numbers and strings
- std: general routines
- str: operations on C string
- sys: typed syscalls
- tai: tai time
- taia: atto-second precision tai time
- uint: portable unsigned integer storage