ft_sort_params
This commit is contained in:
3
libft.h
3
libft.h
@@ -6,7 +6,7 @@
|
||||
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2018/04/08 00:12:36 by tmaze #+# #+# */
|
||||
/* Updated: 2018/04/09 18:08:59 by tmaze ### ########.fr */
|
||||
/* Updated: 2018/04/09 18:56:24 by tmaze ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -123,5 +123,6 @@ size_t ft_strlcpy(char *restrict dst, const char *restrict src,\
|
||||
size_t ft_lstsize(t_list *lst);
|
||||
t_list *ft_lstgetat(t_list *lst, size_t ind);
|
||||
t_list *ft_lstgetlast(t_list *lst);
|
||||
void ft_sort_params(int ac, char **av);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user