low_str_isspace

l_int 		low_str_isspace ( 
		l_int 		chr
); 
Returns true if @chr is a particular representation of a space character.
Return Value
low_str_isspace returns a non-zero value if @chr is a white-space character (0x09 – 0x0D or 0x20). Returns 0 if @chr does not satisfy the test condition.
Parameter
chr
Integer to test