| Domain | My Life | Resume | Documents | Calculators | Miscellaneous | Links | Projects | Site Methodology | Site Map |
|
Documentation
From my personal library, The Internet |
| Man Pages | RFC | HOWTO | SDK | Software |
SYNOPSIS
#include <ctype.h>
int
isascii(int c);
DESCRIPTION
The isascii() function tests for an ASCII character, which is any charac-
ter between 0 and octal 0177 inclusive.
SEE ALSO
ctype(3), iswascii(3), ascii(7)
BSD October 6, 2002 BSD
Man(1) output converted with man2html |