Run-time and build-time assertion support. More...
#include <debug.h>Go to the source code of this file.
Defines | |
| #define | abort() do { } while (ASSERT_ENABLED) |
| Abort execution of the program. | |
| #define | assert(condition) |
| Assert that condition is true at run time. | |
| #define | unhandled_case(value) |
| Assert that the case value will never need to be handled. | |
| #define | build_assert(condition) |
| Assert that condition is true at build time. | |
Run-time and build-time assertion support.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file assert.h.
1.6.3