ajout de ft_concat_free

This commit is contained in:
Hugo LAMY
2020-02-27 18:07:14 +01:00
parent 464560725e
commit 387758be4d
3 changed files with 57 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/11/25 14:45:53 by hulamy #+# #+# */
/* Updated: 2020/02/25 18:43:18 by hulamy ### ########.fr */
/* Updated: 2020/02/27 18:06:10 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
@@ -104,5 +104,6 @@ int *ft_arraymap(int *tab, int length, int(*f)(int));
void ft_putnbrendl(int n);
void ft_putnbrendl_fd(int n, int fd);
int get_next_line(const int fd, char **line);
char *ft_concat_free(char *str1, char *str2);
#endif