]> git.ozlabs.org Git - ccan/commit - ccan/strmap/strmap.h
strmap: new module for ordered map of strings using a critbit tree.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 28 Sep 2011 02:37:35 +0000 (12:07 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 28 Sep 2011 02:37:35 +0000 (12:07 +0930)
commit20f3b260313fb4d5566aeb0d0c5439574e914e2d
treec1647d15f98663452e995701f1375eaf139ed5ed
parent3dda2c8bfc6430ea97cbb3bc1040df2b793dab91
strmap: new module for ordered map of strings using a critbit tree.
ccan/strmap/_info [new file with mode: 0644]
ccan/strmap/strmap.c [new file with mode: 0644]
ccan/strmap/strmap.h [new file with mode: 0644]
ccan/strmap/test/run-order.c [new file with mode: 0644]
ccan/strmap/test/run-prefix.c [new file with mode: 0644]
ccan/strmap/test/run.c [new file with mode: 0644]