SyTen

◆ SYTEN_EXIT

#define SYTEN_EXIT (   code,
  ... 
)    { issue_warning("[forced exit]", __FILE__, SYTEN_STRINGIFY(__LINE__), __VA_ARGS__); std::exit(code); }

Prints the supplied message, generates a backtrace and exits using the first argument as error code.