P99

◆ P99_IF_GT

#define P99_IF_GT (   A,
 
)    P99_IF_EQ_1(P99_IS_GT(A, B))

Test two decimal numbers A and B for whether A is strictly greater than B.

Definition at line 126 of file p99_if.h.