ft_putendl_fd: initial implementation
This commit is contained in:
parent
81343980be
commit
b1f1b8a13f
3 changed files with 39 additions and 2 deletions
1
libft.h
1
libft.h
|
|
@ -59,5 +59,6 @@ void ft_striteri(char *s, void (*f)(unsigned int, char*));
|
|||
|
||||
void ft_putchar_fd(char c, int fd);
|
||||
void ft_putstr_fd(char *s, int fd);
|
||||
void ft_putendl_fd(char *s, int fd);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue