qc.hlp (Table of Contents; Topic list)
swab
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     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.
                                    -♦-