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. | |