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