#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.