is_delim
if (is_delim(ch))
if (ch == '\n' || is_delim(ch)) {
while (is_delim(*p))
static int is_delim(wchar_t);