#include <ctype.h> int isascii(int c);
Tells if c is an ASCII character (0x00 to 0x7f).
Nonzero if c is ASCII, else zero.