C/Sorting strings
09-May-93 08:45:09
Sb: #34643-C/Sorting strings
Fm: Greg Comeau@Comeau Cmptg 72331,3421
To: Jay G Pedersen 76130,2404
>I recommend using fgets to read the line, then use sscanf to
>process/parse the line. This seems to me to give you better
>control.
It is better off, however, it still leaves a number of things
uncontrollable. As in all programming, it becomes a judegement call
depending upon the context.