ft_putstr - kibotrel/42-Libft GitHub Wiki
void ft_putstr(char const *s)
Description :
Prints the string s
on the standard output.
Return Value :
Nothing.
void ft_putstr(char const *s)
Description :
Prints the string s
on the standard output.
Return Value :
Nothing.