Query: swab
OS: opensolaris
Section: 3c
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
swab(3C) Standard C Library Functions swab(3C)NAMEswab - swap bytesSYNOPSIS#include <stdlib.h> void swab(const char *src, char *dest, ssize_t nbytes); XPG4, SUS, SUSv2, SUSv3 #include <unistd.h> void swab(const void *restrict src, void *restrict dest, ssize_t nbytes);DESCRIPTIONThe swab() function 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. If nbytes is odd swab() copies and exchanges nbytes-1 bytes and the disposition of the last byte is unspec- ified. If copying takes place between objects that overlap, the behavior is undefined. If nbytes is negative, swab() does nothing.ERRORSNo errors are defined.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOattributes(5), standards(5) SunOS 5.11 1 Nov 2003 swab(3C)
Related Man Pages |
---|
swab(3p) - suse |
kvm_kwrite(3kvm) - sunos |
kvm_uwrite(3kvm) - sunos |
swab(3c) - opensolaris |
kvm_uwrite(3kvm) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
How to determince CD is bootable or not |
FTP script variable issue |
Remoute hosted UNIX/Linux Machine Free |
Help with output 32bit signed integer |