Author: Keith ThompsonKeith Thompson Date: Sep 22, 2006 13:14
"FireHead" htech.health.nsw.gov.au> writes:
> After a look for R&D I am trying the combine Pete(s) algorithm code and
> I think it was Bill Reid(s) code.
>
> As a dumb user:
> I want use code in the following
>
> while( feof( File_Pointer) == EXIT_SUCCESS){
> if( read_Line( File_Pointer, returned_buffer)
> printf("%%s", returned_buffer);
> }
[...]
EXIT_SUCCESS doesn't mean what you think it means.
|