ft_abs - kibotrel/42-Libft GitHub Wiki

int ft_abs(int value)

Description :

Computes the non signed version of the given value.

Return Value :

Returns absolute value of any given integer.

Source code