[−][src]Function avr_libc::isalpha
pub unsafe extern "C" fn isalpha(__c: i16) -> i16
\ingroup ctype
Checks for an alphabetic character. It is equivalent to (isupper(c) || islower(c)).
pub unsafe extern "C" fn isalpha(__c: i16) -> i16
\ingroup ctype
Checks for an alphabetic character. It is equivalent to (isupper(c) || islower(c)).