|
libft
|
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... | |
| void ft_putchar_fd | ( | char | c, |
| int | fd | ||
| ) |
Writes a character to a file descriptor.
| c | The character to output. |
| fd | The file descriptor. |
Definition at line 23 of file ft_putchar_fd.c.
1.8.16