Define RCSW_IS_BETWEENHO

Define Documentation

RCSW_IS_BETWEENHO(n, low, high)

Readability macro for determining if something is between an upper and lower bound (half open=includes lb but not ub).

You can obviously do this without a macro, but this is (1) more self documenting, and (2) less error prone.