CLI  2.9
assert.h File Reference

Assertion facilities. More...

Go to the source code of this file.

Macros

#define CLI_ASSERT(a)   do { } while(0)
 CLI assertion macro. More...
 

Detailed Description

Assertion facilities.

Author
Alexis Royer

Definition in file assert.h.

Macro Definition Documentation

◆ CLI_ASSERT

#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().