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. 
If not ASCII. 


Previous Page | Next Page | Table of Contents | Index