]> git.ozlabs.org Git - ccan/commit
stringbuilder: Functions for joining strings.
authorStuart Longland <stuartl@longlandclan.yi.org>
Fri, 22 Aug 2014 23:25:09 +0000 (09:25 +1000)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 30 Mar 2015 06:46:32 +0000 (17:16 +1030)
commit495f0115718b6d64b2ed597713d11aaed9da5fe9
tree4fd4567472e1fc7691ff10ec746a24f2a484a2d6
parentf2f6e753e69d68fe16465145a99acb731bac793e
stringbuilder: Functions for joining strings.

This is a small couple of functions for joining lists of strings
together.  The lists can either be varadic arguments or arrays, and
delimiters are optional.

This patch incorporates some advice from David Gibson on the original
module.
Makefile-ccan
ccan/stringbuilder/LICENSE [new symlink]
ccan/stringbuilder/_info [new file with mode: 0644]
ccan/stringbuilder/stringbuilder.c [new file with mode: 0644]
ccan/stringbuilder/stringbuilder.h [new file with mode: 0644]
ccan/stringbuilder/test/run.c [new file with mode: 0644]