labs

Returns the absolute value of an integer as a long int.

Format

#include  <stdlib.h>

long int labs  (long int j);

Argument

j
A value of type long int.


Previous Page | Next Page | Table of Contents | Index