summaryrefslogtreecommitdiff
path: root/ccan/stringbuilder/stringbuilder.c
AgeCommit message (Collapse)Author
2015-03-30stringbuilder: Functions for joining strings.Stuart Longland
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.