P99

◆ P99_EXPECT

#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 976 of file p99_compiler.h.