#include "octave-config.h"
#include <cstdarg>
Go to the source code of this file.
|
OCTAVE_NORETURN void | panic (const char *fmt,...) |
|
OCTAVE_NORETURN void | vpanic (const char *fmt, va_list args) |
|
◆ panic_if
◆ panic_impossible
#define panic_impossible |
( |
| ) |
::panic ("impossible state reached in file '%s' at line %d", __FILE__, __LINE__) |
◆ panic_unless
#define panic_unless |
( |
|
cond | ) |
panic_if (! (cond)) |
◆ panic()
OCTAVE_NORETURN void panic |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
|
extern |
◆ vpanic()
OCTAVE_NORETURN void vpanic |
( |
const char * |
fmt, |
|
|
va_list |
args |
|
) |
| |
|
extern |