home *** CD-ROM | disk | FTP | other *** search
-
- MEMMOVE(3) UNIX 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 nondestructive
- 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 C3.1591989 (``ANSI C'').
-
- BSD Experimental June 29, 1991 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-