Add new function nmem_strsplitx.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 13 May 2011 13:18:40 +0000 (15:18 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 13 May 2011 13:18:40 +0000 (15:18 +0200)
commit7d7e192def2fef342d235ea894eddb1e89edd714
treef13b02a0bb540c70a11dc0aa4452f611c6ed2f25
parentdceeaf843f3bd4c87d667ed62fd4b5446d934cff
Add new function nmem_strsplitx.

This is like nmem_strsplitx but allows us to specify whether to
collapse delimitors or not. The existing nmem_strsplit do collapse
(collapse parameter = 1).
include/yaz/nmem.h
src/nmemsdup.c
test/test_nmem.c