OpenDOF Project
DOF_PCR_DECLSPEC void PCR_AssertFail ( const char *  expression,
const char *  filename,
uint32  line 
)

Assertion failure handler.

This function should never be called directly. This handles the failure of a PCR_Assert.

Note
This function should end by calling PCR_Die with a code of 0.
Parameters
expressionThe expression given to PCR_Assert that failed to evaluate to non-zero (TRUE), given as an ASCII C string.
filenameThe filename in which the failing PCR_Assert is located, given as an ASCII C string.
lineThe line number on which the failing PCR_Assert is located.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22