Re: A89: Filling a Byte in C


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

Re: A89: Filling a Byte in C






On Sun, 14 May 2000, Kevin Goodsell wrote:

> 
> That's a bitwise OR, not logical (|| is logical).
> >
> >x |= y      means set X to X logical or Y

Yes, you're right.  Maybe I should think before posting next time.  But at
least the code is correct; that's more like a comment, which doesn't
matter much anyway :)




Follow-Ups: References: