|
Libft
Custom implementation of core libc functions with additional utility helpers.
|
#include <unistd.h>
Functions | |
| void | ft_putchar_fd (char c, int fd) |
| Writes a character to a file descriptor. | |
| void ft_putchar_fd | ( | char | c, |
| int | fd | ||
| ) |
Writes a character to a file descriptor.
| c | Character to write. |
| fd | File descriptor to write to. |