Check if argument FIRST is less than the other elements in the list.
Use this as follows:
if (P99_IS_MIN(a, b, c, d, e, f)) { // a is smallest, do something special } else { // handle the base case }
Definition at line 381 of file p99_for.h.