2 <string.h>: Strings
The string functions perform string operations on NULL terminated strings.
Note:
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.