SYNOPSIS
#include <stdlib.h>
int abs(int val);
long labs(long val);
long long labs(long long val);
#include <inttypes.h>
intmax_t labs(intmax_t val);
DESCRIPTION
The
RETURN VALUES
The
CONFORMANCE
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
fabs()
PTC MKS Toolkit 10.4 Documentation Build 39.