]> git.ozlabs.org Git - ccan/commit
tal/str: move tal string functions here from tal.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 3 Dec 2012 08:59:39 +0000 (19:29 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 3 Dec 2012 08:59:39 +0000 (19:29 +1030)
commit5582b011948769779b0d839d35873c2bc557f9cb
treebcb123706a3a760cff5e44ec51d3cd756bb545fd
parent15ed4f453713f1a7bdeec22b53704819fa3d447f
tal/str: move tal string functions here from tal.

They don't need anything internal to tal, they're just helpers.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/tal/_info
ccan/tal/str/str.c
ccan/tal/str/str.h
ccan/tal/str/test/run-string.c [new file with mode: 0644]
ccan/tal/str/test/run-take.c [new file with mode: 0644]
ccan/tal/tal.c
ccan/tal/tal.h
ccan/tal/test/run-string.c [deleted file]
ccan/tal/test/run-take.c
ccan/tal/test/run-test-backend.c