Scroll to navigation

MAT_CRITICAL(3) Library Functions Manual MAT_CRITICAL(3)

NAME

Mat_CriticalLogs a critical error message and returns.

SYNOPSIS

#include <matio.h>

void
Mat_Critical(const char *format, ...);

DESCRIPTION

The () function formats and emits a critical error message through the active matio logging callback, then returns to the caller. Use () when the program should terminate.

SEE ALSO

Mat_Error(3), Mat_Warning(3)

April 23, 2026 Nixpkgs