llib: A compact general-purpose C library
Available at Github
Modules
| obj | Support for Refcounted Objects. | 
| str | String Manipulation. | 
| scan | A Lexical Scanner. | 
| template | String Templates. | 
| list | Doubly-linked Lists. | 
| map | Maps Implemented as Binary Trees. | 
| file | Extended file handling. | 
| value | Boxing and Unboxing Primitive Types. | 
| interface | Defining and Using Interfaces. | 
| json | Generating and Reading JSON. | 
| xml | A simple XML Parser and Pretty-printer. | 
| farr | Functions operating on arrays of floating-point values. | 
| array | Useful Array Macros. | 
| table | Reading CSV Files. | 
| config | Reading Simple Configuration Files. | 
| arg | Command-line Argument Parser. | 
| flot | Generating Pretty Plots with Flot
 A llib flot program generates an HTML file containing flot plots, which you can then open in your browser.  | 
	
Topics
| readme.md |