Query: swab
OS: freebsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SWAB(3) BSD Library Functions Manual SWAB(3)NAMEswab -- swap adjacent bytesLIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <unistd.h> void swab(const void * restrict src, void * restrict dst, ssize_t len);DESCRIPTIONThe 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. If len is less than zero, nothing will be done.SEE ALSObzero(3), memset(3)HISTORYA swab() function appeared in Version 7 AT&T UNIX.BSDMarch 4, 2012 BSD
Related Man Pages |
---|
swab(3p) - centos |
swab(3) - osf1 |
swab(3p) - posix |
stpcpy(3) - freebsd |
wcsnrtombs(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Endian Conversion |
FTP script variable issue |
Problems burning DVD-RW media |
Remoute hosted UNIX/Linux Machine Free |
Help with output 32bit signed integer |