Name

ap_ getword_white — extract one word from a list of words

Synopsis

char *ap_ getword_white(pool *p, const char **line)
char *ap_ getword_white_nc(pool *p, char **line)

Works like ap_ getword(), except the words are separated by whitespace (as determined by isspace).