home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat3 / swab.0 < prev    next >
Text File  |  1993-12-07  |  870b  |  67 lines

  1.  
  2. SWAB(3)                    UNIX Programmer's Manual                    SWAB(3)
  3.  
  4. NNAAMMEE
  5.      sswwaabb - swap adjacent bytes
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttrriinngg..hh>>
  9.  
  10.      _v_o_i_d
  11.      sswwaabb(_c_o_n_s_t _v_o_i_d _*_s_r_c, _v_o_i_d _*_d_s_t, _s_i_z_e___t _l_e_n)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The function sswwaabb() copies _l_e_n bytes from the location referenced by _s_r_c
  15.      to the location referenced by _d_s_t, swapping adjacent bytes.
  16.  
  17.      The argument _l_e_n must be even number.
  18.  
  19. SSEEEE AALLSSOO
  20.      bzero(3),  memset(3)
  21.  
  22. HHIISSTTOORRYY
  23.      A sswwaabb() function appeared in Version 7 AT&T UNIX.
  24.  
  25. BSD Experimental                  May 1, 1991                                1
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.