4.3BSD-Reno/share/man/cat3/swab.0

Compare this file to the similar file:
Show the results in this format:




SWAB(3)                       1990			  SWAB(3)



NNAAMMEE
     swab - swap bytes

SSYYNNOOPPSSIISS
     ##iinncclluuddee <<ssttrriinngg..hh>>

     vvooiidd
     sswwaabb((ccoonnsstt cchhaarr **ssrrcc,, cchhaarr **ddsstt,, ssiizzee__tt lleenn));;

DDEESSCCRRIIPPTTIIOONN
     The function _s_w_a_b copies _l_e_n bytes from the location refer-
     enced by _s_r_c to the location referenced by _d_s_t, swapping
     adjacent bytes.

     _L_e_n should be even.

SSEEEE AALLSSOO
     bzero(3), memset(3)





































Printed 7/27/90                May				1