GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
panic.cc File Reference
#include "error.h"
#include "interpreter-private.h"
#include "panic.h"

Go to the source code of this file.

Functions

OCTAVE_NORETURN void panic (const char *fmt,...)
 
OCTAVE_NORETURN void vpanic (const char *fmt, va_list args)
 

Function Documentation

◆ panic()

OCTAVE_NORETURN void panic ( const char *  fmt,
  ... 
)

Definition at line 45 of file panic.cc.

References vpanic().

Referenced by symbol_table::alias_built_in_function().

◆ vpanic()

OCTAVE_NORETURN void vpanic ( const char *  fmt,
va_list  args 
)

Definition at line 36 of file panic.cc.

Referenced by panic().