#include <nn/assert.h>
#define NN_THIS_ASSERT(
)
None.
Tests whether this is a valid address.
Stops program execution if this is not a valid address as a pointer. Even an invalid address may sometimes pass this test because this test is not that strict.
For common specifications of assert-type macros, see NN_ASSERT.
CONFIDENTIAL