Go to the source code of this file.
Defines | |
#define | CHAR4INT2(_1, _2, _3, _4) (((_1)&0xff)<<24) | (((_1)&0xff)<<16) | (((_1)&0xff)<<8) | ((_1)&0xff) |
Convert 4 bytes in to an int. |
#define CHAR4INT2 | ( | _1, | |||
_2, | |||||
_3, | |||||
_4 | ) | (((_1)&0xff)<<24) | (((_1)&0xff)<<16) | (((_1)&0xff)<<8) | ((_1)&0xff) |