[][src]Function avr_libc::isspace

pub unsafe extern "C" fn isspace(__c: i16) -> i16

\ingroup ctype

Checks for white-space characters. For the avr-libc library, these are: space, form-feed ('\f'), newline ('\n'), carriage return ('\r'), horizontal tab ('\t'), and vertical tab ('\v').