This commit is contained in:
Tanguy MAZE
2019-02-25 16:39:08 +01:00
8 changed files with 141 additions and 15 deletions

View File

@@ -6,7 +6,7 @@
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2018/04/08 00:12:36 by tmaze #+# #+# */
/* Updated: 2019/02/25 16:28:20 by tmaze ### ########.fr */
/* Updated: 2019/02/25 16:37:03 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
@@ -174,6 +174,7 @@ void ft_lstaddsort(t_list **lst, t_list *new,
int ft_round(float x, float ind);
char *ft_realpath(char *r_path, char **a_path);
int ft_issign(char c);
int ft_iswhitespace(char c);
int ft_hasdigit(char *s);