I'm thinking of something like glib, but possibly a slim version with a minimal foot print. It would need basic utilities such as linked lists, vectors and hash tables. It should also have a minimal runtime footprint.
views:
114answers:
2
+2
A:
Not exactly a library, but a tested, optimized and documented piece of code: sys/queue.h
on *BSD and Linux systems has macros for various kinds of intrusive linked lists and queues.
larsmans
2010-10-17 14:12:20
Looking it over I think that would work nicely for my purposes. Thanks.
Kevin
2010-10-17 15:25:18