CLI
2.9
|
Assertion facilities. More...
Go to the source code of this file.
Macros | |
#define | CLI_ASSERT(a) do { } while(0) |
CLI assertion macro. More... | |
Assertion facilities.
Definition in file assert.h.
#define CLI_ASSERT | ( | a | ) | do { } while(0) |
CLI assertion macro.
Does nothing in release.
Definition at line 49 of file assert.h.
Referenced by Text::LineDown(), Text::LineUp(), More::OnKey(), Less::OnKey(), Text::PutString(), More::ResetToDefault(), and Less::ResetToDefault().