#include <libzth/util.h>
#include <cassert>
Go to the source code of this file.
|
| void | zth::assert_handler (char const *file, int line, char const *expr) |
| |
| void | __assert_fail (const char *__assertion, const char *__file, unsigned int __line, const char *__function) noexcept |
| |
| void | __assert_perror_fail (int __errnum, const char *__file, unsigned int __line, const char *__function) noexcept |
| |
◆ __assert_fail()
| void __assert_fail |
( |
const char * |
__assertion, |
|
|
const char * |
__file, |
|
|
unsigned int |
__line, |
|
|
const char * |
__function |
|
) |
| |
|
noexcept |
◆ __assert_perror_fail()
| void __assert_perror_fail |
( |
int |
__errnum, |
|
|
const char * |
__file, |
|
|
unsigned int |
__line, |
|
|
const char * |
__function |
|
) |
| |
|
noexcept |