c_hashmap
c_hashmap copied to clipboard
Ahem, main's signature is wrong...
It should be main(int argc, char ** argv). Parameter names don't matter, but order and type does. Also you should compile with warnings enabled. GCC yields several other warnings for each source file.