labs.c File Reference
Implements the functions: labs.
More...
Go to the source code of this file.
|
Functions |
| long | labs (long arg) |
| | Calculates the absolute value of a number.
|
Detailed Description
Implements the functions: labs.
- Id
- labs.c 404 2008-01-04 21:12:51Z mschul
Definition in file labs.c.
Function Documentation
Calculates the absolute value of a number.
- Parameters:
-
| arg | number to get absolute value of |
- Returns:
- absolute value of arg
Definition at line 14 of file labs.c.