libft
|
Go to the source code of this file.
Functions | |
int | ft_max (int a, int b) |
Returns the maximum of two integer arguments. More... | |
int ft_max | ( | int | a, |
int | b | ||
) |
Returns the maximum of two integer arguments.
[in] | a | The first integer to compare. |
[in] | b | The second integer to compare. |