tgrekov-fdf
HIVE fdf May 2024
Loading...
Searching...
No Matches
ft_putstr_fd.c File Reference

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putstr_fd.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tgrekov <tgrekov@student.hive.fi> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/10/28 00:06:25 by tgrekov #+# #+# */
/* Updated: 2023/11/15 23:37:16 by tgrekov ### ########.fr */
/* */
/* ************************************************************************** */

Definition in file ft_putstr_fd.c.

#include "libft.h"
Include dependency graph for ft_putstr_fd.c:

Go to the source code of this file.

Functions

void ft_putstr_fd (char *s, int fd)
 Write string at pointer s to file descriptor fd.
 

Function Documentation

◆ ft_putstr_fd()

void ft_putstr_fd ( char *  s,
int  fd 
)

Write string at pointer s to file descriptor fd.

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

Definition at line 28 of file ft_putstr_fd.c.

References ft_strlen().

Here is the call graph for this function:
Here is the caller graph for this function: