ft_putstr_fd - kibotrel/42-Libft GitHub Wiki

void	ft_putstr_fd(char const *s, int fd)

Description :

Prints the string s on the given filedescriptor fd.

Return Value :

Nothing.

Source code