Associative arrays in C

前端 未结 7 1311
感动是毒
感动是毒 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:32

    GLib's Hash Tables and Balanced Binary Trees might be what you're after.

    0 讨论(0)
提交回复
热议问题