Skip to content
Snippets Groups Projects
Commit a968a543 authored by rswindell's avatar rswindell
Browse files

Added "indexing" to output.

parent f279a204
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ int main(int argc, char **argv)
if((stream=fopen(files[i],"rb"))==NULL) {
fprintf(stderr,"!error opening %s\r\n",files[i]);
return(-3); }
printf("\r\n%s ",files[i]);
printf("\r\nIndexing %s ...",files[i]);
line=0;
while(!feof(stream)) {
if(!fgets(str,128,stream))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment