Define RCSW_FPC_ABORT_V

Define Documentation

RCSW_FPC_ABORT_V(X)

Check a single function pre/post condition X, aborting if the condition is not met.

This macro can be used to unconditionally abort if a precondition fails, rather than the behavior of RCSW_FPC_V, which is dependent on the value of RCSW_FPC.