lldiv

llabs

#include <stdlib.h>long long int llabs(long long int num);

llabs( ) was added by C99.

The llabs( ) function returns the absolute value of num. It is similar to labs( ) except that it operates on values of type long long int.

Related functions are abs( ) and labs( ).




C(s)C++ Programmer's Reference
C Programming on the IBM PC (C Programmers Reference Guide Series)
ISBN: 0673462897
EAN: 2147483647
Year: 2002
Pages: 539

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net