abs(3c) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

abs(3c)

Standard C Library Functions                                           abs(3C)



NAME
       abs, labs, llabs - return absolute value of integer

SYNOPSIS
       #include <stdlib.h>

       int abs(int val);


       long labs(long lval);


       long long llabs(long long llval);

DESCRIPTION
       The abs() function returns the absolute value of its int operand.


       The labs() function returns the absolute value of its long operand.


       The  llabs() function returns the absolute value of its long long oper‐
       and.

USAGE
       In 2's-complement representation, the absolute  value  of  the  largest
       magnitude negative integral value is undefined.

ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       tab()  box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
       TRIBUTE VALUE _ Interface StabilityCommitted _ MT-LevelMT-Safe _  Stan‐
       dardSee standards(7).


SEE ALSO
       attributes(7), standards(7)



Oracle Solaris 11.4               24 Jul 2002                          abs(3C)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3