|
libft
|
Include dependency graph for ft_putstr_fd.c:Go to the source code of this file.
Functions | |
| void | ft_putstr_fd (char const *s, int fd) |
| Writes a string to a file descriptor. More... | |
| void ft_putstr_fd | ( | char const * | s, |
| int | fd | ||
| ) |
Writes a string to a file descriptor.
| s | The string to output. |
| fd | The file descriptor. |
Definition at line 23 of file ft_putstr_fd.c.
1.8.16