| |||
| Home > The C and C++ Libraries > C library extensions > llabs() | |||
The llabs() returns the absolute value
of its input. It is the long long equivalent
of the ISO function labs.
<stdlib.h> is an ISO header file, but
the function is prohibited by the ISO C library standard. It is, therefore, not
available if you use the compiler with the --strict option.