|
P99
|
Check if argument FIRST is less than or equal to the other elements in the list. Use this as follows: if (P99_IS_INF(a, b, c, d, e, f)) { // a is smallest, do something special } else { // handle the base case }
|
1.7.6.1