Skip to content

koushiro/xlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xlib: a lightweight and generic C99 library.

Goal

  1. high efficiency.
  2. high readability.
  3. easy-to-use API.

Components

  • xalloc: an encapsulation of memory operations.
  • xtest: Some simple test help functions.
  • xtype: Some common types
  • xstr: String.
  • xlist: Double linked list.
  • xskiplist: Skip list.

See the test case for specific usage.

Update irregularly...

License

MIT