comparison src/xs_stil.c @ 101:4614f58ab169 dev-0_8_0b6

Paskaa
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 11 Jan 2004 01:25:01 +0000
parents 2bc56809ec0b
children fe83646e6baa
comparison
equal deleted inserted replaced
100:426e443240b8 101:4614f58ab169
185 185
186 while (!feof(inFile)) 186 while (!feof(inFile))
187 { 187 {
188 fgets(inLine, sizeof(inLine), inFile); 188 fgets(inLine, sizeof(inLine), inFile);
189 lineNum++; 189 lineNum++;
190 190
191
192
191 } /* while */ 193 } /* while */
192 194
193 /* Close the file */ 195 /* Close the file */
194 fclose(inFile); 196 fclose(inFile);
195 return 0; 197 return 0;