The Gaudi Framework
v30r3 (a5ef0a68)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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 */
GaudiKernel
GaudiKernel
swab.h
Generated on Wed Aug 1 2018 23:21:07 for The Gaudi Framework by
1.8.11