The OpenNET Project / Index page

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

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

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

imaxdiv (3)
  • >> imaxdiv (3) ( Solaris man: Библиотечные вызовы )
  • imaxdiv (3) ( FreeBSD man: Библиотечные вызовы )
  • imaxdiv (3) ( Linux man: Библиотечные вызовы )
  • imaxdiv (3) ( POSIX man: Библиотечные вызовы )
  •  

    NAME

    imaxdiv - return quotient and remainder
     
    

    SYNOPSIS

    #include <inttypes.h>
    
    imaxdiv_t imaxdiv(imaxdiv_t numer, imaxdiv_t denom);
    

     

    DESCRIPTION

    The imaxdiv() function computes numer / denom and numer % denom in a single operation.  

    RETURN VALUES

    The imaxdiv() function returns a structure of type imaxdiv_t, comprising both the quotient and the remainder. The structure contains (in either order) the members quot (the quotient) and rem (the remainder), each of which has type intmax_t. If either part of the result cannot be represented, the behavior is undefined.  

    ERRORS

    No errors are defined.  

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    imaxabs(3C), attributes(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    ATTRIBUTES
    SEE ALSO


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




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

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