sushl
Junior Member level 2
- Joined
- Aug 22, 2018
- Messages
- 24
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 238
Hi ,
can anyone explain me the logic of this IDIOM
(((x&0xff)<<8)¦((x&0xff00)>>8)¦((x&0xff000000)>>8)¦((x&0x00ff0000)<<8));
can anyone explain me the logic of this IDIOM
(((x&0xff)<<8)¦((x&0xff00)>>8)¦((x&0xff000000)>>8)¦((x&0x00ff0000)<<8));