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