wow such function very test

added multiple char test functions as well as
strsplitwhitespace
This commit is contained in:
Tanguy MAZE
2019-02-25 16:30:35 +01:00
parent aeb0181d74
commit a0c3ac75ae
6 changed files with 148 additions and 3 deletions

View File

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