#include <ctype.h>
int isalnum (int c );
int isalnum
The isalnum function tests for any character for which isalpha or isdigit is true.