Scroll to navigation

MAT_SETVERBOSE(3) Library Functions Manual MAT_SETVERBOSE(3)

NAME

Mat_SetVerboseSets the library verbose and silent logging levels.

SYNOPSIS

#include <matio.h>

int
Mat_SetVerbose(int verb, int s);

DESCRIPTION

The () function stores the library verbose level verb and silent flag s. These values control message emission by () and whether non-error messages are suppressed entirely.

RETURN VALUES

The function returns 0.

SEE ALSO

Mat_SetDebug(3), Mat_VerbMessage(3), Mat_Message(3)

April 23, 2026 Nixpkgs