WTF
Assertions.h File Reference
#include <assert.h>
Include dependency graph for Assertions.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | ASSERT(x) assert(x) |
| #define | ASSERT_NOT_REACHED() assert(!"Should not be reached") |
Define Documentation
| #define ASSERT | ( | x | ) | assert(x) |
Definition at line 32 of file Assertions.h.
| #define ASSERT_NOT_REACHED | ( | ) | assert(!"Should not be reached") |
Definition at line 33 of file Assertions.h.
KDE 4.0 API Reference