15.06.2011, 09:21
Is that possible to do:
to fix the i++ bug?
Also, I've been thinking of 64-bit integers some days ago, but I think it is too hard to code
pawn Код:
#define Bit16_Get(%0,%1) \
(((DBITS_VAR=(%1)),DBITS_VAR&1)?(%0[(DBITS_VAR)/2]&0x0000FFFF):((%0[(DBITS_VAR)/2]>>>16)&0x0000FFFF))
Also, I've been thinking of 64-bit integers some days ago, but I think it is too hard to code
