int isalnum(int c);
This function tests whether the character c is of class alpha or digit in the current locale.