[−][src]Function avr_libc::strrev
pub unsafe extern "C" fn strrev(arg1: *mut i8) -> *mut i8
\ingroup avr_string \fn char *strrev(char *s) \brief Reverse a string.
The strrev() function reverses the order of the string.
\returns The strrev() function returns a pointer to the beginning of the reversed string.