NAME
isascii —
test for ASCII character
SYNOPSIS
#include
<ctype.h>
int
isascii(int
c);;
DESCRIPTION
Theisascii()
function tests for an ASCII character, which is any character with a value
less than or equal to 0177.
SEE ALSO
STANDARDS
The isascii() function conforms to
ANSI X3.159-1989
(“ANSI C89”).