igraph_error_handler_abort

Function igraph_error_handler_abort 

Source
pub unsafe extern "C" fn igraph_error_handler_abort(
    arg1: *const c_char,
    arg2: *const c_char,
    arg3: c_int,
    arg4: igraph_error_t,
) -> !
Expand description

\var igraph_error_handler_abort \brief Abort program in case of error.

The default error handler, prints an error message and aborts the program.