Define RCSW_FPC_RET_V

Define Documentation

RCSW_FPC_RET_V(X)

Check a single function pre/post condition X, returning if the condition is not met. Requires that the function returns void.

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