Skip to content
/ xlib Public

C generic utility library, originally derived from klib

License

Notifications You must be signed in to change notification settings

XevoInc/xlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

C generic utility library, originally derived from klib

Resources

License

Stars

Watchers

Forks

Packages

No packages published