blob: ba99a1578b4eeec876548eb3450d624661ed3dfd (
plain) (
blame)
1
2
3
4
5
6
7
|
The libmba package is a collection of mostly independent C modules potentially
useful to any project. There are hashmap, linkedlist, and stack ADTs, a DOM-
like interface that can load and store XML files for simple XML processing, a
module for managing error codes and associated messages across separate C
libraries, and more.
WWW: http://users.erols.com/mballen/libmba/
|