#include "fatal-error.h"
Go to the source code of this file.
Macros | |
#define | NS_ABORT_IF(cond) |
Abnormal program termination if cond is true. More... | |
#define | NS_ABORT_MSG(msg) |
Abnormal program termination. More... | |
#define | NS_ABORT_MSG_IF(cond, msg) |
Abnormal program termination if cond is true. More... | |
#define | NS_ABORT_MSG_UNLESS(cond, msg) NS_ABORT_MSG_IF (!(cond),msg) |
Abnormal program termination if cond is false. More... | |
#define | NS_ABORT_UNLESS(cond) NS_ABORT_IF (!(cond)) |
Abnormal program termination if cond is false. More... | |