Are there any standard bit manipulation routines/macros available, e.g. SETBIT, CLEARBIT-like. I found atomic bit operations in man -s9f atomic_bits
, is there anything else?
Thanks.
Are there any standard bit manipulation routines/macros available, e.g. SETBIT, CLEARBIT-like. I found atomic bit operations in man -s9f atomic_bits
, is there anything else?
Thanks.