4.4BSD/usr/share/man/cat3/memmove.0

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

MEMMOVE(3)                  BSD Programmer's Manual                 MEMMOVE(3)

NNAAMMEE
     mmeemmmmoovvee - copy byte string

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

     _v_o_i_d _*
     mmeemmmmoovvee(_v_o_i_d _*_d_s_t, _c_o_n_s_t _v_o_i_d _*_s_r_c, _s_i_z_e___t _l_e_n);

DDEESSCCRRIIPPTTIIOONN
     The mmeemmmmoovvee() function copies _l_e_n bytes from string _s_r_c to string _d_s_t.
     The two strings may overlap; the copy is always done in a non-destructive
     manner.

RREETTUURRNN VVAALLUUEESS
     The mmeemmmmoovvee() function returns the original value of _d_s_t.

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

SSTTAANNDDAARRDDSS
     The mmeemmmmoovvee() function conforms to ANSI C X3.159-1989 (``ANSI C '').

4.4BSD                           June 4, 1993                                1