The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

min (9)
  • min (3) ( Solaris man: Библиотечные вызовы )
  • >> min (9) ( Solaris man: Ядро )
  • Ключ min обнаружен в базе ключевых слов.
  •  

    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

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

    RETURN VALUES

    The lesser of the two integers.  

    CONTEXT

    The min() function can be called from user, interrupt, or kernel context.  

    SEE ALSO

    max(9F)

    Writing Device Drivers


     

    Index

    NAME
    SYNOPSIS
    INTERFACE LEVEL
    PARAMETERS
    DESCRIPTION
    RETURN VALUES
    CONTEXT
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру