Re: A89: Re: tigcc (important)


[Prev][Next][Index][Thread]

Re: A89: Re: tigcc (important)




> for(y=x=0;x<i;y++;x++;i+=y*x)
> 
whoops.
for(y=x=0;x<i;y++,x++,i+=y*x)

--kaus




Follow-Ups: References: