ft_putendl_fd - kibotrel/42-Libft GitHub Wiki

void	ft_putendl_fd(char const *s, int fd)

Description :

Prints the string s followed by a \n on the given filedescriptor fd.

Return Value :

Nothing.

Source code