Go to the source code of this file.
Functions | |
| int | abs (int arg) |
| Calculates the absolute value of a number. | |
Definition in file abs.c.
| int abs | ( | int | arg | ) |
Calculates the absolute value of a number.
| arg | number to get absolute value of |
Definition at line 14 of file abs.c.
Referenced by test_libStdlib().

1.5.6