Cthulhu  0.2.10
Cthulhu compiler collection
panic.c File Reference
#include "base/panic.h"
Include dependency graph for panic.c:

Go to the source code of this file.

Functions

STA_DECL void ctu_panic (source_info_t location, const char *msg,...)
 
STA_DECL void ctu_vpanic (source_info_t location, const char *msg, va_list args)
 

Variables

panic_handler_t gPanicHandler = NULL
 the global panic handler. More...
 

Function Documentation

◆ ctu_panic()

STA_DECL void ctu_panic ( source_info_t  location,
const char *  msg,
  ... 
)

Definition at line 8 of file panic.c.

◆ ctu_vpanic()

STA_DECL void ctu_vpanic ( source_info_t  location,
const char *  msg,
va_list  args 
)

Definition at line 19 of file panic.c.