Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/breckinloggins/libuseful
A collection of useful data structures, algorithms, and utilities for C programming
https://github.com/breckinloggins/libuseful
Last synced: 18 days ago
JSON representation
A collection of useful data structures, algorithms, and utilities for C programming
- Host: GitHub
- URL: https://github.com/breckinloggins/libuseful
- Owner: breckinloggins
- License: mit
- Created: 2009-12-13T06:41:37.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T22:36:32.000Z (about 9 years ago)
- Last Synced: 2024-07-31T22:56:41.635Z (3 months ago)
- Language: C
- Homepage:
- Size: 153 KB
- Stars: 18
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE.txt
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.