ft_putendl_fd
Subject
Understandable explanation
This one is pretty straight forward, if you already built the ft_putstr_fd()
function, you can work it out by yourself I think. It works the same way, it just adds a newline
character at the end.
Hints
As said above, take a look at how you did ft_putstr_fd()
, it should be fairly easy from there.
Commented solution
Last updated