BSD 4_3 release
[unix-history] / usr / man / man3 / swab.3
CommitLineData
95f51977 1.\" @(#)swab.3 6.1 (Berkeley) 5/15/85
55ccc74b 2.\"
95f51977 3.TH SWAB 3 "May 15, 1985"
55ccc74b 4.AT 3
f2278032 5.nf
55ccc74b
KM
6.SH NAME
7swab \- swap bytes
8.SH SYNOPSIS
9.nf
10.B swab(from, to, nbytes)
11.B char *from, *to;
12.fi
13.SH DESCRIPTION
14.I Swab
15copies
16.I nbytes
17bytes pointed to by
18.I from
19to the position pointed to by
20.I to,
21exchanging adjacent even and odd bytes.
22It is useful for carrying binary data between
23PDP11's and other machines.
24.I Nbytes
25should be even.