KillLine.c
void KillLine(FILE *fp)
Inputs
FILE *fp
A file pointer
Description
This routine reads characters from a file till it reaches a '\n' or the end of file.
Created:
08.02.91
Last Modified:
18.03.94