|
MPD
0.20.18
|
Go to the source code of this file.
Functions | |
| gcc_noreturn void | FatalError (const char *msg) |
| Log the specified message and abort the process. More... | |
| gcc_noreturn void | FormatFatalError (const char *fmt,...) |
| gcc_noreturn void | FatalSystemError (const char *msg) |
| Call this after a system call has failed that is not supposed to fail. More... | |
| gcc_noreturn void | FormatFatalSystemError (const char *fmt,...) |
| gcc_noreturn void FatalError | ( | const char * | msg | ) |
Log the specified message and abort the process.
| gcc_noreturn void FatalSystemError | ( | const char * | msg | ) |
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.
| gcc_noreturn void FormatFatalError | ( | const char * | fmt, |
| ... | |||
| ) |
| gcc_noreturn void FormatFatalSystemError | ( | const char * | fmt, |
| ... | |||
| ) |
1.8.9.1