Associative arrays in C

前端 未结 7 1329
感动是毒
感动是毒 2020-12-01 00:33

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

7条回答
  •  甜味超标
    2020-12-01 01:10

    Try uthash, a header library implementing a hash table in C. It's small and fairly easy to use.

提交回复
热议问题