|
Libft
42 Libft library documentation
|
#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 one character to a file descriptor. | |
| void ft_putchar_fd | ( | char | c, |
| int | fd | ||
| ) |
Writes one character to a file descriptor.
| c | Character to write. |
| fd | Destination file descriptor. |
Definition at line 21 of file ft_putchar_fd.c.
Referenced by ft_putnbr_fd().
Here is the caller graph for this function: