Possible Duplicate:
Standard data structure library in C?
Does C have any data structure implementations similar to the C++ STL? Specifically associative containers, hash maps or any other structure with approximately constant time retrieval?
Thanks!