isgraphTests for printable character (except space)
|
Arguments
Return ValueA non-zero value is returned if the input character c is a printable character, not including spaces, otherwise 0 is returned.ExplanationThe character c is tested as to whether it is a printable character, which does not in this case include spaces.See Alsoisalnum(), isalpha(), isascii(), iscntrl(), isdigit(), islower(), isprint(), ispunct(), isspace(), isupper(), isxdigit() |