Desktop/xinu_mips-1.0.2.tar/xinu_mips-1.0.2/lib/libxc/abs.c File Reference
Go to the source code of this file.
|
Functions |
int | abs (int arg) |
Detailed Description
abs
- Id
- abs.c 221 2007-07-11 18:45:46Z mschul
Definition in file abs.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 abs.c.