Gaudi Framework, version v22r2

Home   Generated: Tue May 10 2011

swab.h

Go to the documentation of this file.
00001 #if !defined(_WIN32)
00002 /* It's called _swab(...) on NT, but swab(...) on egcs.... 
00003    And in some version it's not even defined
00004 */
00005   #include <unistd.h>
00006 //  extern "C" void swab( const char*, char*, size_t);
00007 #define _swab(source, target, radix) swab(source, target, radix)
00008 #endif  /* WIN32 */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Tue May 10 2011 18:53:37 for Gaudi Framework, version v22r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004