nearly TGIF \o/

norming some functions + added objs dir
This commit is contained in:
Tanguy MAZE
2019-02-28 16:23:00 +01:00
parent d72a91f9e9
commit e6970465e9
4 changed files with 16 additions and 11 deletions

View File

@@ -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;