isasciiTests for ASCII character
|
Arguments
Return ValueA non-zero value is returned if the input character c is in the ascii character set, otherwise 0 is returned.ExplanationThe character c is tested as to whether it is in the ascii character set.See Alsoisalnum(), isalpha(), iscntrl(), isdigit(), isgraph(), islower(), isprint(), ispunct(), isspace(), isupper(), isxdigit() |