|
libft
|
#include "libft.h"
Include dependency graph for ft_putendl_fd.c:Go to the source code of this file.
Functions | |
| void | ft_putendl_fd (char const *s, int fd) |
| Writes a string to a file descriptor followed by a newline. More... | |
| void ft_putendl_fd | ( | char const * | s, |
| int | fd | ||
| ) |
Writes a string to a file descriptor followed by a newline.
| s | The string to output. |
| fd | The file descriptor. |
Definition at line 22 of file ft_putendl_fd.c.
1.8.16