Use the isspace tag for languages which provide a function or macro with that name to decide whether characters are white space, such as C or C++.
Some languages provide an isspace
function or macro to enable programs to establish whether a specific character is white space or not.
Questions about this facility should use this tag.