#include <string.h>
The string functions perform string operations on NULL terminated strings.
If the strings you are working on resident in program space (flash), you will need to use the string functions described in <avr/pgmspace.h>: Program Space Utilities.