little fix, ft_lstnew_generic() prototype.

+ unused c var in builtin_env()
This commit is contained in:
LuckyLaszlo
2021-12-03 16:10:04 +01:00
parent fb1974dd3b
commit 2eed0f2d45
4 changed files with 6 additions and 10 deletions

View File

@@ -6,13 +6,12 @@
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/11/07 02:01:33 by lperrey #+# #+# */
/* Updated: 2021/11/26 21:05:01 by lperrey ### ########.fr */
/* Updated: 2021/11/30 18:35:59 by lperrey ### ########.fr */
/* */
/* ************************************************************************** */
#include "minishell.h"
t_list *ft_lstnew_generic(size_t lst_sizse, size_t content_size);
t_list *expand_token(char *content);
char *rejoin_after_expand(t_list *expand_lst);
int new_token_for_each_field(char **fields, t_token **t);