Skip to main content

isspace

Function isspace 

Source
#[unsafe(no_mangle)]
pub extern "C" fn isspace(c: c_int) -> c_int
Expand description

See https://pubs.opengroup.org/onlinepubs/9799919799/functions/isspace.html.

Tests whether c is a character of class space (a white-space character) in the current locale.

Returns a non-zero value if true, 0 if false.

The list of character classes defined by POSIX is specified here: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap07.html