libft
Loading...
Searching...
No Matches
ft_putnbr_fd.c File Reference
#include "libft.h"

Go to the source code of this file.

Functions

void ft_putnbr_fd (int n, int fd)
 Writes number to file.
 

Function Documentation

◆ ft_putnbr_fd()

void ft_putnbr_fd ( int  n,
int  fd 
)

Writes number to file.

Parameters
n
fd

Definition at line 29 of file ft_putnbr_fd.c.