Jump to content

C Programming/ctype.h/isalnum

From Wikibooks, open books for an open world

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]