ecl_errors_PUBLIC void ecl_run_time_assert(bool requirement, const char *location, const char *msg)
Condition test, aborts with a programmable error string if it fails.
ecl_errors_PUBLIC void ecl_run_time_abort(const char *location, const char *msg="Abort procedure called.")
Puts a customised error string to stderr before aborting the program.