table of contents
other versions
- unstable 1.6.0-1
| MAT_SETVERBOSE(3) | Library Functions Manual | MAT_SETVERBOSE(3) |
NAME¶
Mat_SetVerbose —
Sets the library verbose and silent logging
levels.
SYNOPSIS¶
#include
<matio.h>
int
Mat_SetVerbose(int verb,
int s);
DESCRIPTION¶
The
Mat_SetVerbose()
function stores the library verbose level verb and
silent flag s. These values control message emission
by
Mat_VerbMessage()
and whether non-error messages are suppressed entirely.
RETURN VALUES¶
The function returns 0.
SEE ALSO¶
| April 23, 2026 | Nixpkgs |