GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
xerbla.c File Reference
#include <stdio.h>
#include "f77-fcn.h"
Include dependency graph for xerbla.c:

Go to the source code of this file.

Typedefs

typedef void(* xerbla_handler_fptr) (void)
 

Functions

F77_RET_T F77_FUNC (xerbla, XERBLA)
 
void octave_set_xerbla_handler (xerbla_handler_fptr fcn)
 

Variables

static xerbla_handler_fptr xerbla_handler = NULL
 

Typedef Documentation

◆ xerbla_handler_fptr

typedef void(* xerbla_handler_fptr) (void)

Definition at line 31 of file xerbla.c.

Function Documentation

◆ F77_FUNC()

◆ octave_set_xerbla_handler()

void octave_set_xerbla_handler ( xerbla_handler_fptr  fcn)

Definition at line 48 of file xerbla.c.

References fcn, and xerbla_handler.

Variable Documentation

◆ xerbla_handler

xerbla_handler_fptr xerbla_handler = NULL
static

Definition at line 45 of file xerbla.c.

Referenced by F77_FUNC(), and octave_set_xerbla_handler().