#include <ctype.h> int isalnum(int c);
Tells if c is any letter or digit.
Nonzero if c is a letter or digit, else zero.
ANSI, POSIX
Go to the first, previous, next, last section, table of contents.