chsvlib
chsv helper source code

◆ ucp_isblank_ascii()

int Chusov::String::ucp_isblank_ascii ( ucp_t  ch)
noexcept

Checks whether a given character is a space or a horizontal tab.

Parameters
chis the character to check.
Returns
A nonzero value if ch is a space (' ', 0x20) or a horizontal tab ('\t', 9), or a zero value otherwise.

Function repreats the functionality of the standard C99 isblank function.