objc

Macros
assert.h File Reference

Defines a custom assertion macro. More...

#include <runtime-sys/sys.h>
Include dependency graph for assert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define objc_assert(condition)
 Asserts that a condition is true. More...
 

Detailed Description

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.