Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

swab.h

Go to the documentation of this file.
00001 #if !(defined(WIN32) || 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 */

Generated at Wed Nov 21 12:22:05 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000