Go to the source code of this file.
Macros | |
#define | ABORT(a) { private_abort(a,__func__,__LINE__); __builtin_unreachable(); } |
Functions | |
void | private_abort (const char *msg, const char *func, int line) |
#define ABORT | ( | a | ) | { private_abort(a,__func__,__LINE__); __builtin_unreachable(); } |