iv_fatal (3) Linux Manual Page
iv_fatal, iv_set_fatal_msg_handler – ivykis fatal error condition handling Synopsis#include <iv.h> void iv_fatal(const char *fmt, …); void iv_set_fatal_msg_handler(void (*handler)(const char *msg)); Descriptioniv_fatal aborts the running program, after possibly emitting an error message. The fmt parameter is a printf(3)-style format string, the message to be logged. If no handler is set (the default), the formatted message will…
