|
CAEN Utility
2.0.2
Utilities for CAEN projects
|
These macros communicate to the compiler that the conditional expression is likely or unlikely to yield a positive result. More...
Macros | |
| #define | c_likely(x) (x) |
| #define | c_unlikely(x) (x) |
These macros communicate to the compiler that the conditional expression is likely or unlikely to yield a positive result.
| #define c_likely | ( | x | ) | (x) |
Definition at line 292 of file CAENUtility.h.
| #define c_unlikely | ( | x | ) | (x) |
Definition at line 293 of file CAENUtility.h.