#include "check.h"
#include "Compiler.h"
Go to the source code of this file.
◆ FatalError()
Log the specified message and abort the process.
◆ FatalSystemError()
Call this after a system call has failed that is not supposed to fail.
Prints the given message, the system error message (from errno or GetLastError()) and abort the process.
◆ FormatFatalError()
gcc_noreturn void FormatFatalError |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ FormatFatalSystemError()
gcc_noreturn void FormatFatalSystemError |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |