QABS(3) BSD Programmer's Manual QABS(3)
qabs - return the absolute value of a quad integer
#include <stdlib.h> quad_t qabs(quad_t j);
The qabs() function returns the absolute value of the quad integer j.
abs(3), cabs(3), floor(3), labs(3), math(3)
The absolute value of the most negative integer remains negative. MirBSD #10-current June 29, 1991 1