__SIZE_T_IS_UINT__

Preprocessor macro defined to describe size_t settings.

Syntax
  #define __SIZE_T_IS_UINT__ 0 | 1  
Remarks

The compiler defines this macro to be 1 if the size_t is set to unsigned int, 0 otherwise.