Define RCSW_CHECK_PTR
Defined in File common.h
Define Documentation
-
RCSW_CHECK_PTR(ptr)
If
ptris NULL, go to the error/bailout section for function (you must have a label callederrorin your function).
Defined in File common.h
If ptr is NULL, go to the error/bailout section for function (you must have a label called error in your function).