Scroll to navigation

MAT_LOGINIT(3) Library Functions Manual MAT_LOGINIT(3)

NAME

Mat_LogInitInitializes matio logging with the default logger.

SYNOPSIS

#include <matio.h>

int
Mat_LogInit(const char *prog_name);

DESCRIPTION

The () function installs the default matio logging callback and records prog_name for log message prefixes. It also resets verbose and silent logging state.

RETURN VALUES

The function returns 0.

SEE ALSO

Mat_LogClose(3), Mat_LogInitFunc(3)

April 23, 2026 Nixpkgs