]> git.ozlabs.org Git - ccan/commitdiff
bytestring: Split bytestrings by a set of character delimiters
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 28 Jul 2014 09:31:36 +0000 (19:31 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 30 Oct 2014 14:04:59 +0000 (01:04 +1100)
This introduces the functions bytestring_splitchrs_first() and
bytestring_splitchrs_next() which can be used to iterate through substrings
of a bytestring separated by any of a given set of delimiter characters.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>

No differences found