| manpages.info - online man pages | ![]() |
|||
|
isascii (3) Table of Contents
Nameisascii - test for ASCII character
LibraryStandard C Library (libc, -lc)
Synopsis#include <ctype.h>
int
DescriptionThe isascii() function tests for an ASCII character, which is any character between 0 and octal 0177 inclusive.
See Alsoctype(3) , iswascii(3) , ascii(7)
|