minus-squareforrcaho@lemmy.worldtoProgramming@programming.dev•Why do libraries define their own true and false?linkfedilinkarrow-up28·edit-24 days agoSomething like if (stupid_bool & 0x01) should work for those. linkfedilink
Something like
if (stupid_bool & 0x01)
should work for those.