Libft
Custom implementation of core libc functions with additional utility helpers.
Loading...
Searching...
No Matches
ft_putchar_fd.c File Reference
#include <unistd.h>
Include dependency graph for ft_putchar_fd.c:

Functions

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

Function Documentation

◆ ft_putchar_fd()

void ft_putchar_fd ( char  c,
int  fd 
)

Writes a character to a file descriptor.

Parameters
cCharacter to write.
fdFile descriptor to write to.