C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
_swab
 Summary Example                         Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
     The _swab function copies <n> bytes from <src>, swaps each pair of
     adjacent bytes, and stores the result at <dest>. The integer <n>
     should be an even number to allow for swapping. The _swab function
     is typically used to prepare binary data for transfer to a machine
     that uses a different byte order.
 
     Return Value
 
     None.
                                    -♦-