Texas Instruments TMS34010 Reference Manual page 127

C compiler
Hide thumbs Also See for TMS34010:
Table of Contents

Advertisement

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.

Advertisement

Table of Contents
loading

Table of Contents