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

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




MEMCCPY(3)		      1990		       MEMCCPY(3)



NNAAMMEE
     memccpy

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

     vvooiidd **
     mmeemmccccppyy((vvooiidd **ddsstt,, ccoonnsstt vvooiidd **ssrrcc,, iinntt cc,, ssiizzee__tt lleenn));;

DDEESSCCRRIIPPTTIIOONN
     _M_e_m_c_c_p_y copies bytes from string _s_r_c to string _d_s_t. If the
     character _c (as converted to an unsigned char) occurs in the
     string _s_r_c, the copy stops and a pointer to the byte after
     the copy of _c in the string _d_s_t is returned.  Otherwise, _l_e_n
     bytes are copied, and a NULL pointer is returned.

SSEEEE AALLSSOO
     bcopy(3), memcpy(3), memmove(3), strcpy(3)





































Printed 7/27/90               June				1