Description
Copy data from source CODE location to destination RAM locationDefinition
memcpy_code(char *dst, char * const src, char len)Library
LIB/str_lib.basUsage
On entry:dst is a pointer to a RAM buffer holding the destination string src is a pointer to a CODE memory buffer holding the source stringOn exit:
cnt is the number of bytes to be copiedThere is no return value