table of contents
other versions
- unstable 1.6.0-1
| MAT_CRITICAL(3) | Library Functions Manual | MAT_CRITICAL(3) |
NAME¶
Mat_Critical —
Logs a critical error message and returns.
SYNOPSIS¶
#include
<matio.h>
void
Mat_Critical(const char *format,
...);
DESCRIPTION¶
The
Mat_Critical()
function formats and emits a critical error message through the active matio
logging callback, then returns to the caller. Use
Mat_Error()
when the program should terminate.
SEE ALSO¶
| April 23, 2026 | Nixpkgs |