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

Functions

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