C Programming/ctype.h/isalnum

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Synopsis

[edit | edit source]
int isalnum(int c);

Description

[edit | edit source]

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

References

[edit | edit source]