Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 640 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 640 Bytes

xlib

Overview

xlib is a standalone and lightweight C library. It was originally forked from klib but has since been modified and had various components added and removed. Most components are independent of external libraries, except the standard C library, and independent of each other.

See klib for more information about the components deriving from klib.

Components

  • xargparse: generic command-line argument parsing.
  • xassert: generic macro-based assertions.
  • xhash: generic hash table based on double hashing.
  • xlog: generic logging interface.
  • xvec: generic dynamic array.