ft_putendl - kibotrel/42-Libft GitHub Wiki

void	ft_putendl(char const *s)

Description :

Prints the string s followed by a \n on the standard output.

Return Value :

Nothing.

Source code