Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ swab(3C) — HP-UX 5.50

Media Vault

Software Library

Restoration Projects

Artifacts Sought

SWAB(3C)  —  HP-UX

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. It is useful for carrying binary data between byte-swapped and non-byte-swapped machines. 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. 

Hewlett-Packard Company  —  Version B.1,  May 11, 2021

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