Associative array/Creation: Difference between revisions

no edit summary
(adding IEEE Std 1003.1 hash tables for C)
No edit summary
Line 257:
=={{header|C}}==
 
IEEE Std 1003.1 defines hcreate(), hdestroy() and hsearch() and corresponding reentrant versions to manage hash tables.
 
Example from Linux man page hsearch(3)
Anonymous user