Calculate the absolute value of a long long integer
#include <stdlib.h> long long llabs( long long j );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The llabs() function returns the absolute value of its long-long-integer argument j.
The absolute value of j.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |