Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
iswxdigit
headers/posix/wctype.h
29
extern int iswxdigit(wint_t wc);
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
102
# define ISXDIGIT(Ch) iswxdigit (Ch)
src/system/libroot/posix/glibc/stdlib/strtod.c
111
# define ISXDIGIT(Ch) iswxdigit (Ch)
src/tests/system/libroot/posix/locale_test.cpp
1140
if (iswxdigit(i))