Scroll to navigation

NTDLL_iswdigit(3w) Wine API NTDLL_iswdigit(3w)

NAME

NTDLL_iswdigit (NTDLL.@)

SYNOPSIS

INT NTDLL_iswdigit
(
WCHAR wc
)
 

DESCRIPTION

Checks if a unicode character wc is a digit.
 

RETURNS

TRUE: The unicode character wc is a digit.
FALSE: Otherwise
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/ntdll/wcstring.c".
Oct 2012 Wine API