2 lines
52 B
C
2 lines
52 B
C
void ft_putstr(char *str);
|
|
int ft_putchar(char c);
|
void ft_putstr(char *str);
|
|
int ft_putchar(char c);
|