MicrOS
|
#include "../ctype.h"
Functions | |
int | isalnum (int c) |
Check if value is alfanumeric. More... | |
int isalnum | ( | int | c | ) |
Check if value is alfanumeric.
The isalnum function tests for any character for which isalpha or isdigit is true.
c | Value to check. |