IMAXABS(3)              NetBSD Library Functions Manual             IMAXABS(3)

NAME
     imaxabs -- return the absolute value of a imaxint_t

LIBRARY
     Standard C Library (libc, -lc)

SYNOPSIS
     #include <inttypes.h>

     intmax_t
     imaxabs(intmax_t i);

DESCRIPTION
     The imaxabs() function returns the absolute value of the imaxint_t inte-
     ger j.

SEE ALSO
     abs(3), cabs(3), floor(3), labs(3), llabs(3), math(3)

STANDARDS
     The imaxabs() function conforms to ISO/IEC 9899:1999 (``ISO C99'').

BUGS
     The absolute value of the most negative integer remains negative.

NetBSD 5.0                       March 6, 2000                      NetBSD 5.0

You can also request any man page by name and (optionally) by section:

Command: 
Section: 
Architecture: 
Collection: 
 

Use the DEFAULT collection to view manual pages for third-party software.


©1994 Man-cgi 1.15, Panagiotis Christias <christia@softlab.ntua.gr>
©1996-2010 Modified for NetBSD by Kimmo Suominen