Go to the source code of this file.
|
int | ft_abs (int a) |
| Returns the absolute value of the argument. More...
|
|
◆ ft_abs()
Returns the absolute value of the argument.
- Note
- This function is only needed, since the "Norme" (the code standard at School 42) forbids the use of parametrized macros.
- Parameters
-
[in] | a | The integer to take an absolute value of |
Definition at line 21 of file ft_abs.c.