Define RCSW_FPC_V
Defined in File fpc.h
Define Documentation
-
RCSW_FPC_V(...)
Function pre/post condition macro for functions that return void.
It performs short circuit evaluation, in that if the check for precondition i-1 fails, conditions [i,n] are not checked, and the function returns/program exits (depending on configuration).
… is a list of conditions that need to be met before the function can execute/must be true when the function returns.