Sun Microsystems, Inc.
spacerspacer
spacer   www.sun.com docs.sun.com | | |  
spacer
black dot
   
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z
    
 
Kernel Functions for Driversmin(9F)


NAME

 min - return the lesser of two integers

SYNOPSIS

 
#include <sys/ddi.h>
int min(int int1, int int2);

INTERFACE LEVEL

 

Architecture independent level 1 (DDI/DKI).

PARAMETERS

 
int1
The first integer.
int2
The second integer.

DESCRIPTION

 

min() compares two signed integers and returns the lesser of the two.

RETURN VALUES

 

The lesser of the two integers.

CONTEXT

 

min() can be called from user or interrupt context.

SEE ALSO

 

max(9F)

Writing Device Drivers


SunOS 5.9Go To TopLast Changed 11 Apr 1991

 
      
      
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.