12void __assert_rtn(
const char* func,
const char* file,
unsigned int line,
const char* exp)
17#elif defined(__NEWLIB__)
18void __assert_func(
const char* file,
int line,
const char* func,
const char* failedexpr)
25 const char* __assertion,
const char* __file,
unsigned int __line,
26 const char* __function)
noexcept
33 int __errnum,
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
void __assert_fail(const char *__assertion, const char *__file, unsigned int __line, const char *__function) noexcept
string err(int e)
Return a string like strerror() does, but as a zth::string.
void assert_handler(char const *file, int line, char const *expr)