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

strncat_P is a macro defined to be strncat_c which has the prototype above.

Portability

strncat_P is an extension provided by CrossWorks for AVR.

See also

strncat_c