Synopsis
#include <pgmspace.h>
char *strcpy_P(char *s1, __code const char *s2);
Description

strcpy_P is a macro defined to be strcpy_c which has the prototype above.

Portability

strcpy_P is an extension provided by CrossWorks for AVR.

See also

strcpy_c