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


labs

labs Function

#include <stdlib.h>

Integer new myValue;
Integer new myAbsValue;

myAbsValue = labs (myValue);