'\"macro stdmacro
.if n .pH ddi_dki.min @(#)min	40.8 of 10/10/89
.\" Copyright 1989 AT&T
.de IX
.ie '\\n(.z'' .tm .Index: \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9	\\n%
.el \\!.IX \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
..
.nr X
.if \nX=0 .ds x} min D3DK "" "DDI/DKI" "\&"
.if \nX=1 .ds x} min D3DK "" "DDI/DKI"
.if \nX=2 .ds x} min D3DK "" "\&"
.if \nX=3 .ds x} min "" "" "\&"
.TH \*(x}
.IX "\f4min\fP(D3DK)"
.SH NAME
\f4min\f1 \- return the lesser of two integers
.SH SYNOPSIS
.nf
.na
\f4int min(int\f2 int1, \f4int \f2int2\f4);\f1
.ad
.fi
.SH ARGUMENTS
.RS 0n 10
.IP "\f2int1, int2\f1" 10n
The integers to be compared.
.RE
.SH DESCRIPTION
\f4min\f1 compares two integers and returns the lesser of the two.
.SH RETURN VALUE
The lesser of the two integers.
.SH LEVEL
Base or Interrupt
.SH SEE ALSO
.na
\f4max\f1(D3DK)
.ad
