Function isascii

Top 

 

Declaration:

int isascii(unsigned char c);

Description

The isascii function checks, if parameter c is an ASCII character.

Returned value

The isascii function will return a non-zero value, if the value of c is greater than or equal to 0 but less than 128.