Description:
isxdigit_l() function: test whether a single-byte character is a hexadecimal digit.

Files:
lib/isxdigit_l.c
m4/isxdigit_l.m4

Depends-on:
ctype-h
locale-h
extensions

configure.ac:
gl_FUNC_ISXDIGIT_L
gl_CONDITIONAL([GL_COND_OBJ_ISXDIGIT_L], [test $HAVE_ISXDIGIT_L = 0])
gl_MODULE_INDICATOR([isxdigit_l])
gl_CTYPE_MODULE_INDICATOR([isxdigit_l])

Makefile.am:
if GL_COND_OBJ_ISXDIGIT_L
lib_SOURCES += isxdigit_l.c
endif

Include:
<ctype.h>

License:
LGPLv2+

Maintainer:
all
