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

Go to the source code of this file.

Functions

void ft_putchar_fd (char c, int fd)
 Writes char to file.
 

Function Documentation

◆ ft_putchar_fd()

void ft_putchar_fd ( char  c,
int  fd 
)

Writes char to file.

Parameters
c
fd

Definition at line 15 of file ft_putchar_fd.c.