petewarden / c_hashmap

A simple string hashmap in C
http://petewarden.typepad.com/
Other
524 stars 206 forks source link

why iterate data is not a key,but a value? #17

Open qwe134679 opened 5 years ago

qwe134679 commented 5 years ago

if I don't know what the key is,but i want get the both key and value,what should I do? if the PFany params is key,I can use hashmap_get function to get the key and value when i don't know what the key is.