EasyManua.ls Logo

Texas Instruments TMS34010

Texas Instruments TMS34010
181 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
memcpy
Syntax
Memory
Block
Copy
-
Nonoverlapping
#include
<string.h>
void
*memcpy(sl,
s2,
n)
void
*s1,
*s2;
size-t
n;
Defined
in
memmov. c in
rts.
src
Description
The memcpy function copies n characters from the object that
s2
points to
into the object that s 1 points to.
If
you attempt to
copy
characters
of
overlapping objects, the function's behavior is undefined. The function re-
turns the value
of
s
l.
6-52
The memcpy function
is
similar
to
strncpy, except the objects that memcpy
copies
can
contain values
of
O.

Table of Contents

Other manuals for Texas Instruments TMS34010

Related product manuals