Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the Apache Commons for C? [duplicate]

Possible Duplicate:
Good STL-like library for C
Are there any open source C libraries with common data structures?

The Apache Commons project has always struck me as being the library of all things that were forgotten in the Java language. Nowadays I almost always include it by default as a dependency on all new projects.

Is there an equivalent of such an essential, must-have, have-it-all library for the C programming language? (And I really mean C---not C++).

like image 936
lindelof Avatar asked Oct 04 '11 07:10

lindelof


1 Answers

Check out the Gnome project's GLib.

like image 82
qrdl Avatar answered Oct 04 '22 16:10

qrdl