ByteManip.h

Go to the documentation of this file.
00001 #ifndef __BYTE_MANIP_H__
00002 #define __BYTE_MANIP_H__
00003 
00007 #define CHAR4INT2(_1, _2, _3, _4) \
00008    (((_1)&0xff)<<24) | (((_1)&0xff)<<16) | (((_1)&0xff)<<8) | ((_1)&0xff)
00009 
00010 #endif

Generated on Fri Dec 22 14:47:58 2006 for DTN Reference Implementation by  doxygen 1.5.1