A SERVICE OF

logo

CAVR-4
Part 2. Compiler reference
Library functions
253
strncpy_P char * strncpy_P(char *s1, PGM_P s2, size_t n);
Identical to strncpy except that the source string s2 is in flash memory, not in data
memory. This function is available in both the CLIB and the DLIB library.