ft_int - kibotrel/42-Libft GitHub Wiki

int ft_int(unsigned char *nb)

Description :

Concatenates the firsts four bytes of the given string nb into an integer.

Return Value :

Returns the built integer.

Source code