Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ swab(3C) — SunOS 5.5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

swab(3C)

NAME

swab − swap bytes

SYNOPSIS

#include <stdlib.h>

void swab(const char ∗from, char ∗to, int nbytes);

MT-LEVEL

MT-Safe

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. 

SunOS 5.5.1  —  Last change: 22 Jan 1993

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