Next: , Previous: , Up: C library functions   [Index]


llabs

llabs Function

#include <stdlib.h>

LongInteger new myValue;
LongInteger new myAbsValue;

myAbsValue = llabs (myValue);