|
ISASCII (3) | C library functions | Unix Manual Pages | :man▋
NAME
isascii - test for ASCII character
CONTENTS
Library Synopsis Description See Also
LIBRARY
.Lb libc
SYNOPSIS
.In ctype.h int isascii "int c"
DESCRIPTION
The isascii function tests for an ASCII character, which is any character between 0 and octal 0177 inclusive.
SEE ALSO
ctype(3), iswascii(3), ascii(7)
|