jump to: Search / User Tools / Main Content / Change Content Width
wiki.niziak.spox.org
Jump to quick search
#define MAX(a, b) \ ({ __typeof__(a) _a = (a); \ __typeof__(b) _b = (b); \ _a > _b ? _a : _b; })
<code c> #define BITMASK(bit_len, bit_shift) 1)-1) « (bit_shift)) </code<