Manual browser: qabs(3)

Section:
Page:
QABS(3) Library Functions Manual QABS(3)

NAME

qabsreturn the absolute value of a quad integer

LIBRARY

Standard C Library (libc, -lc)

SYNOPSIS

#include <stdlib.h>

quad_t
qabs(quad_t j);

DESCRIPTION

The qabs() function returns the absolute value of the quad integer j.

BUGS

The absolute value of the most negative integer remains negative.
June 29, 1991 NetBSD 7.0