]> git.ozlabs.org Git - ccan/commit
Add xstring module - bounded string builder with three valued comparator
authorDan Good <dan@dancancode.com>
Thu, 10 Dec 2015 06:05:22 +0000 (06:05 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 10 Dec 2015 23:14:00 +0000 (09:44 +1030)
commitd26475dcfc3182030c664e6cdaff5aafbcaa159d
tree468bd2162636fdcf7bab6fd70ce6d9afafef9787
parent207e7b79640ddb2d1fce479135a3475a03a64bf2
Add xstring module - bounded string builder with three valued comparator
Makefile-ccan
ccan/xstring/LICENSE [new symlink]
ccan/xstring/_info [new file with mode: 0644]
ccan/xstring/test/run.c [new file with mode: 0644]
ccan/xstring/test/run2.c [new file with mode: 0644]
ccan/xstring/xstring.c [new file with mode: 0644]
ccan/xstring/xstring.h [new file with mode: 0644]
licenses/APACHE-2 [new file with mode: 0644]