ByteManip.h File Reference

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 Documentation

#define CHAR4INT2 ( _1,
_2,
_3,
_4   )     (((_1)&0xff)<<24) | (((_1)&0xff)<<16) | (((_1)&0xff)<<8) | ((_1)&0xff)

Convert 4 bytes in to an int.

Definition at line 23 of file ByteManip.h.


Generated on Sat Sep 8 08:36:19 2007 for DTN Reference Implementation by  doxygen 1.5.3