Libft
Custom implementation of core libc functions with additional utility helpers.
Loading...
Searching...
No Matches
ft_putstr_fd.c File Reference
#include "libft.h"
#include <unistd.h>
Include dependency graph for ft_putstr_fd.c:

Functions

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