libft
Functions
ft_putstr_fd.c File Reference
#include "libft.h"
#include <unistd.h>
+ Include dependency graph for ft_putstr_fd.c:

Go to the source code of this file.

Functions

void ft_putstr_fd (char const *s, int fd)
 Writes a string to a file descriptor. More...
 

Function Documentation

◆ ft_putstr_fd()

void ft_putstr_fd ( char const *  s,
int  fd 
)

Writes a string to a file descriptor.

Parameters
sThe string to output.
fdThe file descriptor.

Definition at line 23 of file ft_putstr_fd.c.