Synopsis
int isalnum(int c);
Description

isalnum returns nonzero (true) if and only if the value of the argument c is an alphabetic or numeric character.