]> git.ozlabs.org Git - ccan/commit
tal/str: new module.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 22 Nov 2012 01:12:22 +0000 (11:42 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 22 Nov 2012 01:12:22 +0000 (11:42 +1030)
commitd873aaec1339baf45c37db7cbaa2d687656343ba
treef61c1ec10f7245ea63867599c3325f3dda8b3f46
parentd379e0ae835bdd047a5d277f7ded41f180134e27
tal/str: new module.

Tal-enhanced string routines, copied from str_talloc (which I also wrote).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Makefile
Makefile-ccan
ccan/tal/str/LICENSE [new symlink]
ccan/tal/str/_info [new file with mode: 0644]
ccan/tal/str/str.c [new file with mode: 0644]
ccan/tal/str/str.h [new file with mode: 0644]
ccan/tal/str/test/run-strreg.c [new file with mode: 0644]
ccan/tal/str/test/run.c [new file with mode: 0644]