NAME
isascii
—
test for ASCII character
LIBRARY
library “libc”
SYNOPSIS
#include
<ctype.h>
int
isascii
(int
c);
DESCRIPTION
Theisascii
()
function tests for an ASCII character, which is any character between 0 and
octal 0177 inclusive.