llabs(3) - NetBSD Manual Pages

Command: Section: Arch: Collection:  
LLABS(3)                NetBSD Library Functions Manual               LLABS(3)


NAME
llabs -- return the absolute value of a long long integer
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include <stdlib.h> long long int llabs(long long int j);
DESCRIPTION
The llabs() function returns the absolute value of the long long integer j.
SEE ALSO
abs(3), cabs(3), floor(3), imaxabs(3), labs(3), math(3)
STANDARDS
The llabs() function conforms to ISO/IEC 9899:1999 (``ISO C99'').
BUGS
The absolute value of the most negative integer remains negative. NetBSD 5.0.1 March 6, 2000 NetBSD 5.0.1
Powered by man-cgi (2024-03-20). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.