NAME swab - swap adjacent bytes CONTENTS Library Synopsis Description See Also History LIBRARY .Lb libc SYNOPSIS .In unistd.h void swab "const void * restrict src" "void * restrict dst" "ssize_t len" DESCRIPTION The function swab 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. SEE ALSO bzero(3), memset(3) HISTORY
The argument len must be an even number. SEE ALSO bzero(3), memset(3) HISTORY