![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Go to the source code of this file.
Macros | |
#define | LIKELY(x) |
#define | UNLIKELY(x) |
#define LIKELY | ( | x | ) |
Compiler hints to indicate the fast path of an "if" branch: whether the if condition is likely to be true or false.
#define UNLIKELY | ( | x | ) |