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