Help for this page

Select Code to Download


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