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

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




MEMMOVE(3)		      1990		       MEMMOVE(3)



NNAAMMEE
     memmove - copy byte string

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

     vvooiidd **
     mmeemmmmoovvee((vvooiidd **ddsstt,, ccoonnsstt vvooiidd **ssrrcc,, ssiizzee__tt lleenn));;

DDEESSCCRRIIPPTTIIOONN
     MMeemmmmoovvee copies _l_e_n bytes from string _s_r_c to string _d_s_t and
     returns the original value of _d_s_t.  The two strings may
     overlap; the copy is always done in a non-destructive
     manner.

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

SSTTAANNDDAARRDDSS
     _M_e_m_m_o_v_e conforms to ANSI X3.159-1989 (``ANSI C'').



































Printed 7/27/90               June				1