Penguin

ISWXDIGIT

ISWXDIGIT

NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO NOTES


NAME

iswxdigit - test for hexadecimal digit wide character

SYNOPSIS

#include wc);

DESCRIPTION

The iswxdigit function is the wide-character equivalent of the isxdigit function. It tests whether wc is a wide character belonging to the wide character class ''

The wide character class

Being a subclass of the wide character class

Being a subclass of the wide character class

Being a subclass of the wide character class

The wide character class

RETURN VALUE

The iswxdigit function returns non-zero if wc is a wide character belonging to the wide character class ''

CONFORMING TO

ISO/ANSI C, UNIX98

SEE ALSO

isxdigit(3), iswctype(3)

NOTES

The behaviour of iswxdigit depends on the LC_CTYPE category of the current locale.


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.