文件名称:C 语言 map实现
文件大小:9KB
文件格式:RAR
更新时间:2017-01-12 07:31:13
C map
This is a simple hash table implementation in ANSI C. It supports the rudimentary functions generally expected of a hash table: Inserting and retrieving key-value associations Querying the existence of a key Returning the total number of key-value associations Iterating over all key-value associations
【文件预览】:
strmap.h
strmap.c