ft_putnbr_fd - kibotrel/42-Libft GitHub Wiki

void	ft_putnbr_fd(int nb, int fd)

Description :

Prints the integer nb on the given filedescriptor fd.

Return Value :

Nothing.

Source code