Lines Matching full:fline
702 char fLine[500];707 while (fgets(fLine, 500, fp) != NULL) {708 char* curLine = strtok(fLine, " \t\r\n");