2.3.4 void * memcpy_P
void * memcpy_P(void *, const void *, size_t)
The memcpy_P() function is similar to memcpy(), except the src string resides in program space.
Remember:
The memcpy_P() function returns a pointer to dest.
void * memcpy_P(void *, const void *, size_t)
The memcpy_P() function is similar to memcpy(), except the src string resides in program space.
The memcpy_P() function returns a pointer to dest.
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.