[−][src]Function avr_libc::strlen
pub unsafe extern "C" fn strlen(arg1: *const i8) -> size_t
\ingroup avr_string \fn size_t strlen(const char *src) \brief Calculate the length of a string.
The strlen() function calculates the length of the string src, not including the terminating '\0' character.
\returns The strlen() function returns the number of characters in src.