Changeset 673 for trollforge/lastmeasure/server/lmutil.h
- Timestamp:
- 01/26/12 23:37:52 (16 months ago)
- File:
-
- 1 edited
-
trollforge/lastmeasure/server/lmutil.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trollforge/lastmeasure/server/lmutil.h
r671 r673 155 155 } 156 156 157 static char * ParseQuery(char toparse[]) 158 { 159 char * pch = strtok(toparse, "&"); 160 161 while (pch != NULL) 162 { 163 printf("%s\n",pch); 164 pch = strtok(NULL, "&"); 165 } 166 return pch; // TODO return an array/list of somesort. 167 } 168 157 169 }; 158 170
Note: See TracChangeset
for help on using the changeset viewer.
