[−][src]Function avr_libc::strrchr_P
pub unsafe extern "C" fn strrchr_P(arg1: *const i8, __val: i16) -> *const i8
\ingroup avr_pgmspace \fn const char *strrchr_P(const char *s, int val) \brief Locate character in string.
The strrchr_P() function returns a pointer to the last occurrence of the character \p val in the flash string \p s.
\return The strrchr_P() function returns a pointer to the matched character or \c NULL if the character is not found.