Copyright Digital Equipment Corp. All rights reserved.

Arguments

 

src

   A pointer to the location of the string to copy.
 

dest

   A pointer to where you want the results copied.
 

nbytes

   The number of bytes to copy. Make this argument an even value.
   When it is an odd value, the swab function uses nbytes -1
   instead.