|
NAMEswab —
swap adjacent bytes
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <unistd.h>
void
DESCRIPTIONThe functionswab () copies len
bytes from the location referenced by src to the
location referenced by dst, swapping adjacent bytes.
The argument len must be an even number. If len is less than zero, nothing will be done. SEE ALSObzero(3), memset(3)HISTORYAswab () function appeared in
Version 7 AT&T UNIX.
Visit the GSP FreeBSD Man Page Interface. |