logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

VistaIOMax, VistaIOMin - return the maximum or minimum of two values

Arguments

a, b      Two numeric arguments.

Author

       Art Pope <pope@cs.ubc.ca>

       Adaption to vistaio: Gert Wollny <gw.fossdev@gmail.com>

VistaIO Version 1.2.14                            24 April 1993                                    VistaIOMax(3)

Description

VistaIOMax returns the maximum of its two arguments.

       VistaIOMin returns the minimum of its two arguments.

       Both are defined as macros in <vistaio.h>.

Name

       VistaIOMax, VistaIOMin - return the maximum or minimum of two values

Notes

       Do not pass an argument that produces a side effect, since it may be evaluated either once or twice.

See Also

Synopsis

#include<vistaio.h>typeVistaIOMax(typea,typeb)type VistaIOMin (typea, typeb)

       where type is a numeric type.

See Also