Synopsis
#include <pgmspace.h>
void *memcpy_P(void *s1, __code const void *s2, size_t n);
Description
memcpy_P is a macro defined to be memcpy_c which has the prototype above.
Portability
memcpy_P is an extension provided by CrossWorks for AVR.
#include <pgmspace.h>
void *memcpy_P(void *s1, __code const void *s2, size_t n);
memcpy_P is a macro defined to be memcpy_c which has the prototype above.
memcpy_P is an extension provided by CrossWorks for AVR.