Libft
 
Loading...
Searching...
No Matches
ft_putnbr_fd.c File Reference
#include <unistd.h>
Include dependency graph for ft_putnbr_fd.c:

Functions

ssize_t ft_putnbr_fd (long long n, int fd)
 Write the int 'n' on the given file descriptor.