my-endian.h

Go to the documentation of this file.
00001 #ifndef _ENDIAN_H_
00002 #define _ENDIAN_H_
00003 
00004 #include "proxytrace.h"
00005 
00006 /* detects endian-ness */
00007 int IsLittleEndian(void);
00008 
00009 /* changes endian-ness */
00010 void ToOtherEndian(TEntry *e);
00011 
00012 #endif

Generated on Tue Mar 6 16:47:47 2007 for ns2 Network Simulator 2.29 by  doxygen 1.4.6