Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/breckinloggins/libuseful

A collection of useful data structures, algorithms, and utilities for C programming
https://github.com/breckinloggins/libuseful

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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.