4.7.6 _strcpy_eds Function
Copies a string from one __eds__
buffer to another
__eds__
buffer.
Include
<libpic30.h>
Prototype
__eds__ char* _strcpy_eds(__eds__ char *dest, __eds__ char
*src);
Arguments
dest |
destination memory address |
src |
address of data to be written |
Return Value
The string pointed to by dest
.
Remarks
__eds__
pointers are superset of unqualified data pointers; therefore
these functions can be used to copy between __eds__
and unqualified
data memory.
Default Behavior
Copy the string src
pointer to the destination pointed to by
the dest
pointer.
File
memcpy_helper.s