Skip to content

breckinloggins/libuseful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libuseful
=========

A collection of (mostly) useful data structures, algorithms, and cross-platform utilities,
including:

- hash table
- linked list
- string builder (lets you append to a cstring with automatic reallocation)
- test harness utility
- options parser ("OptOn")

OptIn - An options parser
-------------------------
OptIn is a simple command line options parser that replaces getopt() and adds consistent options parsing accross
all platforms on which libuseful is supported.

About

A collection of useful data structures, algorithms, and utilities for C programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages