C Programming/ctype.h/isalnum

Synopsis

edit
int isalnum(int c);

Description

edit

This function tests whether the character c is of class alpha or digit in the current locale.

References

edit