Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
swab(3)
Edit
PageHistory
Diff
Info
LikePages
SWAB !!!SWAB NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO ---- !!NAME swab - swap adjacent bytes !!SYNOPSIS __#include __''from''__, void *__''to''__, size_t__ ''n''__); __ !!DESCRIPTION The __swab()__ function copies ''n'' bytes from the array pointed to by ''from'' to the array pointed to by ''to'', exchanging adjacent even and odd bytes. This function is used to exchange data between machines that have different low/high byte ordering. !!RETURN VALUE The __swab()__ function returns no value. !!CONFORMING TO SVID 3, BSD 4.3 !!SEE ALSO bstring(3) ----
3 pages link to
swab(3)
:
Man3s
bzero(3)
memset(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.