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

strncpy_P is a macro defined to be strncpy_c which has the prototype above.

Portability

strncpy_P is an extension provided by CrossWorks for AVR.

See also

strncpy_c