long time no see =)

added fully test realpath function
removed zombie strsplitstr2 function
This commit is contained in:
Tanguy MAZE
2019-01-29 18:20:52 +01:00
parent 19d3e23b74
commit 4b44c49fc6
4 changed files with 82 additions and 73 deletions

View File

@@ -6,7 +6,7 @@
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2018/04/08 00:12:36 by tmaze #+# #+# */
/* Updated: 2018/11/26 12:36:58 by tmaze ### ########.fr */
/* Updated: 2019/01/29 18:18:28 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
@@ -174,6 +174,6 @@ void ft_lstaddsort(t_list **lst, t_list *new,
int ft_round(float x, float ind);
t_list *ft_strsplitstr2(char *str, char *split);
char *ft_realpath(char *r_path, char **a_path);
#endif