1
2
3
4
 typedef htri_t SAF_TriState;
 #define SAF_TRISTATE_FALSE      0
 #define SAF_TRISTATE_TRUE       1
 #define SAF_TRISTATE_TORF       (-1)