// Absolute value // Returns the absolute value of parameter n ( /n/ ). // This is the long int version of abs. long int labs (long int n);