P99
#define P99_EXPECT (   EXP,
  VAL 
)    (EXP)

Provide a compiler hint concerning the likelihood of a certain value in an expression EXP.

With this you indicate that in the overwhelming number of cases the integer expression EXP will evaluate to VAL.

Currently this is only implemented for gcc and related.

Definition at line 940 of file p99_compiler.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines