|
Libft
42 Libft library documentation
|
#include "../includes/libft.h"
Include dependency graph for ft_putendl_fd.c:Go to the source code of this file.
Functions | |
| void | ft_putendl_fd (char *s, int fd) |
| Writes a string followed by a newline to a file descriptor. | |
| void ft_putendl_fd | ( | char * | s, |
| int | fd | ||
| ) |
Writes a string followed by a newline to a file descriptor.
Does nothing when s is NULL.
| s | String to write. |
| fd | Destination file descriptor. |
Definition at line 23 of file ft_putendl_fd.c.
References ft_putstr_fd().
Here is the call graph for this function: