Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ swab(3c) — 4D1 2.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     SWAB(3C)                                                 SWAB(3C)



     NAME
          swab - swap bytes

     SYNOPSIS
          void swab (from, to, nbytes)
          char *from, *to;
          int nbytes;

     DESCRIPTION
          swab copies nbytes bytes pointed to by from to the array
          pointed to by to, exchanging adjacent even and odd bytes.
          Nbytes should be even and non-negative.  If nbytes is odd
          and positive swab uses nbytes-1 instead. If nbytes is
          negative, swab does nothing.

     ORIGIN
          AT&T V.3






































     Page 1                                        (last mod. 8/20/87)



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026