getcstr
(void)getcstr(p, ep, delim);
(void)getcstr(&b, ep, WS);
static const char *getcstr(const char **, const char *, const char *);