Re: getF in lauxlib.c--why call feof?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: getF in lauxlib.c--why call feof?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2008年3月25日 19:26:09 -0300
> more important, the fread may return > 0 but may have also set feof.
> If you call fread again and lf->f is a terminal it will wait for the
> next line or CTRL-D.
That's exactly the point. Thanks, ET.