ft_lstcount

This commit is contained in:
Tanguy MAZE
2018-04-09 14:34:55 +02:00
parent c68766efcf
commit c740b700f7
3 changed files with 25 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/04/09 12:02:58 by tmaze ### ########.fr */
/* Updated: 2018/04/09 14:06:20 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
@@ -118,5 +118,6 @@ int ft_str_is_uppercase(char *str);
char *ft_strcapitalize(char *str);
size_t ft_strlcpy(char *restrict dst, const char *restrict src,\
size_t size);
size_t ft_lstcount(t_list *lst);
#endif