iterami
/
Docs.htm
/
common C Projects
/
core.c
/int core_is_hexadecimal(const char character)
Checks if a character is hexadecimal. Returns 1 if yes, 0 if no.
Arg
Type
Notes
character
char
The character to check.