Re: A89: Filling a Byte in C


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

Re: A89: Filling a Byte in C




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





Follow-Ups: