Updated: October 28, 2024 |
A convenience macro that allows you to call qh_abort_on_errno() without specifying qh_log_info
#include <qh/error.h>
#define QH_ABORT_ON_ERRNO(errno, err_msg)
This macro defines for the caller the qh_log_info_t structure that you use with qh_abort_on_errno() with a few default parameters. These parameters make the log message show the originating location of the abort call in case of failure.