Gaudi Framework, version v24r2
Home
Generated: Wed Dec 4 2013
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
GaudiKernel
GaudiKernel
swab.h
Go to the documentation of this file.
1
#if !defined(_WIN32)
2
/* It's called _swab(...) on NT, but swab(...) on egcs....
3
And in some version it's not even defined
4
*/
5
#include <unistd.h>
6
// extern "C" void swab( const char*, char*, size_t);
7
#define _swab(source, target, radix) swab(source, target, radix)
8
#endif
/* WIN32 */
Generated at Wed Dec 4 2013 14:33:09 for Gaudi Framework, version v24r2 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004