ft_putstr_fd
Subject
Understandable explanation
This one is pretty straight forward, you already know how to write the ft_putstr()
function, if you don't remember, look back at what you did during your Piscine.
Hints
Take a look at the man for the write(2)
function, the first parameter is... you guessed it ! A file descriptor, so I mean, do you really need to have the code for this ?
I hope you can figure it out.
Commented solution
Last updated