Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ swab(3C) — sysv — mips UMIPS RISC/os 4.52

Media Vault

Software Library

Restoration Projects

Artifacts Sought



SWAB(3C-SysV)       RISC/os Reference Manual        SWAB(3C-SysV)



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 nega-
     tive, swab does nothing.









































                         Printed 1/15/91                   Page 1



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