This commit is contained in:
Tanguy MAZE
2019-03-23 17:21:58 +01:00
3 changed files with 6 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2018/04/08 00:12:36 by tmaze #+# #+# */
/* Updated: 2019/03/19 15:18:55 by tmaze ### ########.fr */
/* Updated: 2019/03/20 16:46:41 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
@@ -362,5 +362,6 @@ char **ft_strsplitwhitespace(char *s);
int ft_atois(const char *str, int *nb);
int ft_getline(char **line);
int ft_putendl2(char const *s);
int ft_putendl_fd2(char const *s, int fd);
#endif