#include <ctype.h> int isascii(int c);
Tells if c is an ASCII character (0x00 to 0x7f).
Nonzero if c is ASCII, else zero.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.