qc.hlp (Table of Contents; Topic list)
max, min
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The max and min macros compare two values and return the value of
     the larger one (max) or the value of the smaller one (min). The
     data type can be any numerical data type, signed or unsigned. The
     type of the arguments and the return value is the same.
 
     Return Value
 
     The macro returns the larger (max) or smaller (min) of the two
     arguments.
                                    -♦-