Defines a custom assertion macro. More...
#include <runtime-sys/sys.h>

Go to the source code of this file.
Macros | |
| #define | objc_assert(condition) |
| Asserts that a condition is true. More... | |
Defines a custom assertion macro.
This file provides an assert macro that can be used for debugging purposes. The assertion is only active when the DEBUG preprocessor macro is defined.
Definition in file assert.h.