libft
Functions
ft_putnbr_fd.c File Reference
#include "libft.h"
#include <limits.h>
+ Include dependency graph for ft_putnbr_fd.c:

Go to the source code of this file.

Functions

void ft_putnbr_fd (int n, int fd)
 Writes an integer to a file descriptor. More...
 

Function Documentation

◆ ft_putnbr_fd()

void ft_putnbr_fd ( int  n,
int  fd 
)

Writes an integer to a file descriptor.

Parameters
nThe integer to print.
fdThe file descriptor.

Definition at line 23 of file ft_putnbr_fd.c.