Next: llrint, Previous: labs, Up: C library functions [Index]
llabs
#include <stdlib.h> LongInteger new myValue; LongInteger new myAbsValue; myAbsValue = llabs (myValue);