[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
llabs

Compute long long integer absolute value.
Compatibility:
This function is compatible with the following targets:
Prototype:
#include <stdlib.h>
long long llabs(long long j);
Parameters:
Parameters for this facility are:
Return:
llabs() returns the absolute value of its argument as a value of type long long.
See Also:
"fabs"
"abs"
For example of llabs() usage:
Refer to "Example of abs() usage.".
[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.
Last updated: August 16, 2000