ft_putnbr - kibotrel/42-Libft GitHub Wiki

void	ft_putnbr(int nb)

Description :

Prints the given integer nb on the standard output.

Return Value :

Nothing.

Source code