*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> swab (3)              
Title
Content
Arch
Section
 

swab(3)

Contents


NAME    [Toc]    [Back]

       swab - Swap bytes

SYNOPSIS    [Toc]    [Back]

       #include <unistd.h>

       void swab(
               const void *src,
               void *dest,
               ssize_t nbytes );

       The  following  definition of the swab() function does not
       conform to current standards and  is  supported  only  for
       System V compatibility: void swab(
               const char *from,
               char *to,
               int nbytes );

LIBRARY    [Toc]    [Back]

       Standard C Library (libc)

STANDARDS    [Toc]    [Back]

       Interfaces  documented  on  this reference page conform to
       industry standards as follows:

       swab():  XPG4, XPG4-UNIX

       Refer to the standards(5) reference page for more information
 about industry standards and associated tags.

PARAMETERS    [Toc]    [Back]

       Points  to  the location of the string to copy.  Points to
       the location to which  the  resulting  string  is  copied.
       Specifies  the  number  of  bytes to be copied. The nbytes
       parameter should have  an  even  value.  When  the  nbytes
       parameter  is  odd,  the  swab()  function  uses  nbytes-1
       instead. For the System V version of the swab()  function,
       nbytes  must  also be non-negative. If nbytes is negative,
       nothing is done.

DESCRIPTION    [Toc]    [Back]

       The swab() function copies the number of  bytes  specified
       by  the  nbytes  parameter from the location pointed to by
       the src parameter to the array  pointed  to  by  the  dest
       parameter,  exchanging  adjacent  bytes.  If copying takes
       place between objects that overlap, the behavior is  undefined.

SEE ALSO    [Toc]    [Back]

      
      
       Standards: standards(5)



                                                          swab(3)
[ Back ]
 Similar pages
Name OS Title
swab OpenBSD swap adjacent bytes
swab FreeBSD swap adjacent bytes
swab Linux swap adjacent bytes
swab NetBSD swap adjacent bytes
swapctl IRIX manage swap space
swapctl OpenBSD modify swap configuration
removeSwap IRIX removes the indicated swap element
swap IRIX swap administrative interface
swapctl NetBSD modify swap configuration
mkswap Linux set up a Linux swap area
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service