ft_lstaddend

This commit is contained in:
Tanguy MAZE
2018-04-19 14:41:21 +02:00
parent baf67e49a6
commit 5703ae8db7
9 changed files with 66 additions and 10 deletions

View File

@@ -6,11 +6,10 @@
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2018/04/07 17:54:29 by tmaze #+# #+# */
/* Updated: 2018/04/10 14:12:54 by tmaze ### ########.fr */
/* Updated: 2018/04/15 15:55:03 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
#include <stdio.h>
#include "libft.h"
static int count_words(char const *s, char c)