home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
gnu
/
man
/
cat3
/
bcopy.0
< prev
next >
Wrap
Text File
|
1993-12-07
|
866b
|
67 lines
BCOPY(3) UNIX Programmer's Manual BCOPY(3)
NNAAMMEE
bbccooppyy - copy byte string
SSYYNNOOPPSSIISS
##iinncclluuddee <<ssttrriinngg..hh>>
_v_o_i_d
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)
DDEESSCCRRIIPPTTIIOONN
The bbccooppyy() function 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)
HHIISSTTOORRYY
A bbccooppyy() function appeared in 4.2BSD.
4.2 Berkeley Distribution April 19, 1991 1