tgrekov-libft
HIVE libft Oct 2023
Loading...
Searching...
No Matches
ft_putendl_fd.c File Reference

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putendl_fd.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tgrekov <tgrekov@student.hive.fi> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/10/28 00:08:07 by tgrekov #+# #+# */
/* Updated: 2023/11/04 22:47:35 by tgrekov ### ########.fr */
/* */
/* ************************************************************************** */

Definition in file ft_putendl_fd.c.

#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 *s, int fd)
 Write string at pointer s followed by a newline to file descriptor fd.
 

Function Documentation

◆ ft_putendl_fd()

void ft_putendl_fd ( char *  s,
int  fd 
)

Write string at pointer s followed by a newline to file descriptor fd.

Parameters
[in]sPointer to string to write
[in]fdFile descriptor to write to

Definition at line 29 of file ft_putendl_fd.c.

References ft_putchar_fd(), and ft_putstr_fd().

Here is the call graph for this function: