BibleTime
|
This file is for listing reusable macros used in the BibleTime source code. More...
Go to the source code of this file.
Macros | |
#define | LIKELY(c) !!(c) |
Gives the compiler a hint that the given conditional is likely to evaluate to true. More... | |
#define | UNLIKELY(c) !!(c) |
Gives the compiler a hint that the given conditional is likely to evaluate to false. More... | |
This file is for listing reusable macros used in the BibleTime source code.
Definition in file macros.h.
#define LIKELY | ( | c | ) | !!(c) |