#include <nn/assert.h> #define NN_PANIC_WITH_RESULT(result,...)
| Name | Description | |
|---|---|---|
| in | result |
The result to be displayed. |
| in | ... | The message and parameters to be displayed. |
Displays the value of Result and stops execution .
result is only evaluated once regardless of the build macro specified.
For common specifications of panic-type macros, see NN_PANIC .
CONFIDENTIAL