#define STA_DECL
sal2 annotation on function implementations to copy annotations from the declaration
#define CT_UNREACHABLE()
mark a point in code as unreachable
panic_handler_t gPanicHandler
the global panic handler.
void(* panic_handler_t)(source_info_t location, STA_FORMAT_STRING const char *fmt, va_list args)
panic handler function
STA_DECL void ctu_vpanic(source_info_t location, const char *msg, va_list args)
STA_DECL void ctu_panic(source_info_t location, const char *msg,...)
panic location information