ajout prototype free_lst a header
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2019/01/29 10:19:37 by hulamy #+# #+# */
|
||||
/* Updated: 2019/12/11 00:56:04 by hulamy ### ########.fr */
|
||||
/* Updated: 2019/12/16 13:58:03 by hulamy ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -32,6 +32,7 @@ int get_next_line(const int fd, char **line);
|
||||
int multi_fd(int fd, t_gnlist **lst);
|
||||
char *ft_strjoinfree(char const *s1, char const *s2);
|
||||
int hasnewline(char *str, t_gnlist *lst, char **line);
|
||||
void free_lst(t_gnlist **lst, const int fd);
|
||||
|
||||
size_t ft_strlen(const char *str);
|
||||
void *ft_memmove(void *dst, const void *src, size_t len);
|
||||
|
||||
Reference in New Issue
Block a user