nearly TGIF \o/
norming some functions + added objs dir
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2019/02/25 16:25:18 by tmaze #+# #+# */
|
||||
/* Updated: 2019/02/25 16:26:00 by tmaze ### ########.fr */
|
||||
/* Updated: 2019/02/28 16:22:02 by tmaze ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -60,7 +60,7 @@ static char **get_table_ws(char const *s, char **tab)
|
||||
return (tab);
|
||||
}
|
||||
|
||||
char **ft_strsplitwhitespace(char *s)
|
||||
char **ft_strsplitwhitespace(char *s)
|
||||
{
|
||||
int nb_words;
|
||||
char **tab;
|
||||
|
Reference in New Issue
Block a user