Libft
 
Loading...
Searching...
No Matches
ft_putendl_fd.c File Reference
#include "libft.h"
#include <unistd.h>
Include dependency graph for ft_putendl_fd.c:

Functions

ssize_t ft_putendl_fd (const char *s, int fd)
 Print the string 's' on the file descriptor, followed by a newline.
 
ssize_t ft_putnendl_fd (const char *s, size_t len, int fd)
 Print the string 's' on the file descriptor, followed by a newline until a given size or the length of s if len is greater.