swab(3C) swab(3C)NAMEswab() - swap bytesSYNOPSISDESCRIPTIONcopies nbytes bytes pointed to by from to the array pointed to by to, exchanging adjacent even and odd bytes. It is useful for carrying binary data between byte-swapped and non-byte-swapped machines. nbytes should be even and non-negative. If nbytes is odd and positive uses nbytes-1 instead. If nbytes is negative, does nothing.SEE ALSOthread_safety(5).STANDARDS CONFORMANCEswab(3C)
| Related Man Pages |
|---|
| kvm_kread(3kvm) - opensolaris |
| read(2) - plan9 |
| kvm_kwrite(3kvm) - sunos |
| kvm_uread(3kvm) - sunos |
| kvm_uread(3kvm) - opensolaris |
| Similar Topics in the Unix Linux Community |
|---|
| Endian Conversion |
| Reading tapes from other platform |
| How to determince CD is bootable or not |
| FTP script variable issue |