Collections-C
Collections-C copied to clipboard
document is inaccurate about key_compare function
https://srdja.github.io/Collections-C/#hashtableconf field key_compare in HashTableConf :
key comparator function which returns true if the keys are identical
---> should change to "key comparator function which returns 0 if the keys are identical"
took half an hour to figured it out