ft_putchar - kibotrel/42-Libft GitHub Wiki
void ft_putchar(char c)
Description :
Prints the character c
on the standard output.
Return Value :
Nothing.
void ft_putchar(char c)
Description :
Prints the character c
on the standard output.
Return Value :
Nothing.