libft
Functions
ft_putendl_fd.c File Reference
#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...
 

Function Documentation

◆ ft_putendl_fd()

void ft_putendl_fd ( char const *  s,
int  fd 
)

Writes a string to a file descriptor followed by a newline.

Parameters
sThe string to output.
fdThe file descriptor.

Definition at line 22 of file ft_putendl_fd.c.