Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

탭이 헤더 전체가 아니라 각각의 파일 기준으로 정렬되는 문제 #2

Open
hdoo42 opened this issue Jul 11, 2022 · 0 comments

Comments

@hdoo42
Copy link

hdoo42 commented Jul 11, 2022

** < ft_env.c > */

int	ft_env(t_cmd *cmd);
/*
** < ft_exit.c > */

int	are_digit(char *target);
int	parameter_handling(t_word_list *words, int *exit_status);
int	ft_exit(t_cmd *cmd);
/*
** < ft_export.c > */

char		*extract_key(char *target);
t_env_list	*find_env_by_key(t_cmd *cmd, t_word_list *curr);
int			set_env(t_cmd *cmd, t_word_list *curr);
int			ft_export(t_cmd *cmd);
/*
** < ft_pwd.c > */

int	ft_pwd(t_cmd *cmd);
/*
** < ft_unset.c > */

int	ft_unset(t_cmd *cmd);
/*
** < ft_write.c > */

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant