isascii
Indicates if a character is an ASCII character.
Format
#include <ctype.h> int isascii (int
character
);
Argument
character
An object of type char.
Return Values
nonzero
If ASCII.
0
If not ASCII.
Previous Page
|
Next Page
|
Table of Contents
|
Index