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

  1.  
  2. MEMCCPY(3)                 UNIX Programmer's Manual                 MEMCCPY(3)
  3.  
  4. NNAAMMEE
  5.      mmeemmccccppyy
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttrriinngg..hh>>
  9.  
  10.      _v_o_i_d _*
  11.      mmeemmccccppyy(_v_o_i_d _*_d_s_t, _c_o_n_s_t _v_o_i_d _*_s_r_c, _i_n_t _c, _s_i_z_e___t _l_e_n)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The mmeemmccccppyy() function copies bytes from string _s_r_c to string _d_s_t. If the
  15.      character _c (as converted to an unsigned char) occurs in the string _s_r_c,
  16.      the copy stops and a pointer to the byte after the copy of _c in the
  17.      string _d_s_t is returned.  Otherwise, _l_e_n bytes are copied, and a NULL
  18.      pointer is returned.
  19.  
  20. SSEEEE AALLSSOO
  21.      bcopy(3),  memcpy(3),  memmove(3),  strcpy(3)
  22.  
  23. HHIISSTTOORRYY
  24.      The mmeemmccccppyy() function is currently under development.
  25.  
  26. BSD Experimental                April 19, 1991                               1
  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.