Searched refs:WCHAR_MIN (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/EXTERNAL_HEADERS/
H A Dstdint.h179 /* WCHAR_MIN should be 0 if wchar_t is an unsigned type and
183 #ifndef WCHAR_MIN
185 # define WCHAR_MIN 0 macro
187 # define WCHAR_MIN (-WCHAR_MAX-1) macro

Completed in 18 milliseconds