42/d10/ex00/includes/ft.h

3 lines
52 B
C
Raw Normal View History

2016-11-20 02:20:23 +02:00
void ft_putstr(char *str);
int ft_putchar(char c);