2.3.13 char * strcasestr_P
char * strcasestr_P(const char *, const char *) __ATTR_PURE__
This funtion is similar to strcasestr() except that s2
is pointer to a string in program space.
char * strcasestr_P(const char *, const char *) __ATTR_PURE__
This funtion is similar to strcasestr() except that s2
is pointer to a string in program space.