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

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




BCOPY(3)		      1990			 BCOPY(3)



NNAAMMEE
     bcopy - copy byte string

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

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

DDEESSCCRRIIPPTTIIOONN
     BBccooppyy copies _l_e_n bytes from string _s_r_c to string _d_s_t.  The
     two strings may overlap.  If _l_e_n is zero, no bytes are
     copied.

SSEEEE AALLSSOO
     memccpy(3), memcpy(3), memmove(3), strcpy(3), strncpy(3)







































Printed 7/27/90                May				1