MicrOS
|
#include "../ctype.h"
Functions | |
int | isxdigit (int c) |
Check if value is hexadecimal-digit character. More... | |
int isxdigit | ( | int | c | ) |
Check if value is hexadecimal-digit character.
The isxdigit function tests for any hexadecimal-digit character.
c | Value to check. |