19.09.2010, 08:55
Quote:
Off topic: First one to figure out what this macro does wins a high five!
Code:
#define FUNC_NAME(%0) ((%0) & 0x80000000)?(~(%0) + 0b1):(%0) |
![Tongue](images/smilies/razz.gif)
Off topic: First one to figure out what this macro does wins a high five!
Code:
#define FUNC_NAME(%0) ((%0) & 0x80000000)?(~(%0) + 0b1):(%0) |