42/d10/ex00/includes/ft.h
2016-11-20 02:20:23 +02:00

2 lines
52 B
C

void ft_putstr(char *str);
int ft_putchar(char c);