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

Go to the source code of this file.

Functions

void ft_putchar_fd (char c, int fd)
 Writes a character to a file descriptor. More...
 

Function Documentation

◆ ft_putchar_fd()

void ft_putchar_fd ( char  c,
int  fd 
)

Writes a character to a file descriptor.

Parameters
cThe character to output.
fdThe file descriptor.

Definition at line 23 of file ft_putchar_fd.c.