Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <unistd.h> void swab(const void *src, void *dest, ssize_t nbytes); |
Description swab()
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 and not negative. If nbytes | |
See also |
|