An ANSI C hash table implementation for strings
23 Jan 2013 ... This is a simple hash table implementation in ANSI C. It supports the rudimentary
functions generally expected of a hash table: Inserting and retrieving key-value ...
Example usage. The code fragments below create a StrMap ...
pokristensson.com |