|
Cthulhu
0.2.10
Cthulhu compiler collection
|
#include "base/panic.h"
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... | |
| 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 | ||
| ) |