
30 Nov
2012
30 Nov
'12
7:27 p.m.
This introduces a few new APIs for dealing with strings. One to split a char * into a char **, another to join a char ** into a char *, and finally one to free a char **
There is a simple test suite to validate the edge cases too. No more need to use the horrible strtok_r() API, or hand-written code for splitting strings.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> ---
ACK; you addressed my findings from v1. -- Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org