labs.c

The libc implementation

Author

Martin ‘Solar’ Baute

License

Public Domain

Summary
labs.cThe libc implementation
Functions
labsReturns the absolute value of a given long int

Functions

labs

long int labs(long int j)

Returns the absolute value of a given long int

long int labs(long int j)
Returns the absolute value of a given long int