Define RCSW_CHECK_PTR
Defined in File common.h
Define Documentation
-
RCSW_CHECK_PTR(ptr)
If
ptr
is NULL, go to the error/bailout section for function (you must have a label callederror
in 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).