|
| void | abortImpl (const char *func, const char *file, const int line, const char *format,...) noexcept |
| | Use for unconditional ::abort() call with given messages, prefix '[elapsed_time] ABORT @ file:line func: '.
|
| |
| void | dbgPrint1 (const char *format,...) noexcept |
| |
| void | dbgPrint2 (const char *s) noexcept |
| |
| void | errPrint (const char *prefix, const bool backtrace, const char *func, const char *file, const int line, const char *format,...) noexcept |
| |
| constexpr uint32_t | get_host_order () noexcept |
| |
| bool | runtime_eval (bool v) |
| |
| void | warnPrint (const char *func, const char *file, const int line, const char *format,...) noexcept |
| |
| void | wordyPrint (const char *format,...) noexcept |
| |