comp.lang.c

Doug Gwyn gwyn at smoke.BRL.MIL
Mon Aug 28 18:53:43 AEST 1989


In article <744 at oucsace.cs.OHIOU.EDU> bchurch at oucsace.cs.OHIOU.EDU (Bob Church) writes:
>while (rtns = (fread(buf,5,10,ioptr)) == 10)

while ( (rtns = fread( buf, 5, 10, ioptr )) == 10 )



More information about the Comp.lang.c mailing list