cm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agoTell me the truth ...piefed.jeena.netimagemessage-square153linkfedilinkarrow-up11.13Karrow-down115
arrow-up11.12Karrow-down1imageTell me the truth ...piefed.jeena.netcm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square153linkfedilink
minus-squareanotherandrew@lemmy.mixdown.calinkfedilinkEnglisharrow-up1·1 year agoWhy not if (f & (F_1 | F_3)) {? I use this all the time in embedded code.
Why not
if (f & (F_1 | F_3)) {? I use this all the time in embedded code.