Content deleted Content added
Rescuing 1 sources and tagging 0 as dead. #IABot (v1.5beta) |
GreenC bot (talk | contribs) m Rescued 1 archive link. Wayback Medic 2.1 |
||
Line 44:
=== [[C (programming language)|C]] ===
There is no standard implementation of an associative array in C, but a 3rd party library with BSD license is available [https://web.archive.org/web/20071015024120/http://www.cl.cam.ac.uk/~cwc22/hashtable/ here], archived [https://web.archive.org/web/
Another 3rd party library, [http://uthash.sourceforge.net/ uthash], also creates associative arrays from C structures. A structure represents a value, and one of the structure fields acts as the key.
|