Added simple string map (hash) utility.
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 2 Dec 2007 11:30:28 +0000 (11:30 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 2 Dec 2007 11:30:28 +0000 (11:30 +0000)
commitcfe61a9ffca3be9a4104ec3aad56e4618a5d59cd
tree72988d79bef70a6784f6cfe1e92471cac1ad73ac
parentcd405b18db3526be1855d7e14a598616237a4b2e
Added simple string map (hash) utility.
include/Makefile.am
include/zebra_strmap.h [new file with mode: 0644]
util/.cvsignore
util/Makefile.am
util/strmap.c [new file with mode: 0644]
util/test_strmap.c [new file with mode: 0644]