libft
Loading...
Searching...
No Matches
ft_putstr_fd.c File Reference
#include "libft.h"

Go to the source code of this file.

Functions

void ft_putstr_fd (char *s, int fd)
 Writes string to file.
 

Function Documentation

◆ ft_putstr_fd()

void ft_putstr_fd ( char *  s,
int  fd 
)

Writes string to file.

Parameters
s
fd

Definition at line 15 of file ft_putstr_fd.c.