Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ swab(3C) — SunOS 5.6

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

attributes(5)

swab(3C)

NAME

swab − swap bytes

SYNOPSIS

#include <unistd.h>

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

DESCRIPTION

The swab() function copies nbytes bytes, which are pointed to by src, to the object pointed to by dest, exchanging adjacent bytes.  The nbytes argument should be even.  If nbytes is odd swab() copies and exchanges nbytes−1 bytes and the disposition of the last byte is unspecified. If copying takes place between objects that overlap, the behaviour is undefined. If nbytes is negative, swab() does nothing. 

ERRORS

No errors are defined. 

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
MT-Level MT-Safe

SEE ALSO

attributes(5)

SunOS 5.6  —  Last change: 29 Dec 1996

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