Gaudi Framework, version v22r4

Home   Generated: Fri Sep 2 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 Fri Sep 2 2011 16:24:38 for Gaudi Framework, version v22r4 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004