Raito 0.1
Loading...
Searching...
No Matches
Assert.h File Reference
#include <assert.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 ENABLE_ASSERTS
 
#define ASSERT(x)   assert(x)
 

Macro Definition Documentation

◆ ASSERT

#define ASSERT ( x)    assert(x)

Assertion macro

Parameters
xValue to assert

◆ ENABLE_ASSERTS

#define ENABLE_ASSERTS