Libft
Custom implementation of core libc functions with additional utility helpers.
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

void ft_putendl_fd (char *s, int fd)
 Writes a string followed by newline to a file descriptor.