I am implementing a way to transfer a set of data to a programmable dongle. The dongle is based on a smart card technology and can execute an arbitrary code inside. The inpu
Try uthash, a header library implementing a hash table in C. It's small and fairly easy to use.