Non-portable, implementation-specific, non-standard corresponding code. Does anyone guess what the original author intended, but “maybe” means size += size & 0x1
. That is: the increment size is 1, if the size is odd (that is, the least significant bit is 1).
source share