home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / ixemul-39.47-env-bin.lha / man / cat3 / bcopy.0 < prev    next >
Text File  |  1993-12-07  |  866b  |  67 lines

  1.  
  2. BCOPY(3)                   UNIX Programmer's Manual                   BCOPY(3)
  3.  
  4. NNAAMMEE
  5.      bbccooppyy - copy byte string
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttrriinngg..hh>>
  9.  
  10.      _v_o_i_d
  11.      bbccooppyy(_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 bbccooppyy() function copies _l_e_n bytes from string _s_r_c to string _d_s_t. The
  15.      two strings may overlap.  If _l_e_n is zero, no bytes are copied.
  16.  
  17. SSEEEE AALLSSOO
  18.      memccpy(3),  memcpy(3),  memmove(3),  strcpy(3),  strncpy(3)
  19.  
  20. HHIISSTTOORRYY
  21.      A bbccooppyy() function appeared in 4.2BSD.
  22.  
  23. 4.2 Berkeley Distribution       April 19, 1991                               1
  24.  
  25.  
  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.