Help for this page
static int urlword_dlm[] = {'&', ';', 0}; ... *line = pos; return res; }
static int urlword_dlm[] = {'&', ';', NULL}; ... if (!pos) { if (!urlword_dlm[i+1]) { // etc ...