Name

WCHAR_MIN macro — Smallest value of a wide character

Synopsis

wchar_t WCHAR_MIN
               

The WCHAR_MIN macro is the smallest value that can be represented by the wchar_t type. It is not necessarily a valid character in the extended character set.

See Also

WCHAR_MAX macro, CHAR_MIN in <climits> , <limits>