-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEAT : 환경변수 가져오기 함수 + 환경변수 추가 및 삭제 #36
Comments
Giromi
added a commit
that referenced
this issue
Sep 14, 2022
Giromi
added a commit
that referenced
this issue
Sep 14, 2022
함수 설명: const 부분 모두 지우고 널가드를 함 자료형 변경 유틸char **dict_to_envp(void) : 리스트를 환경변수 2차원 문자열로 바꿔주는 함수 dictionary 관련 유틸dict 추가void add_dict(char *name, char *value, char *merge_str) : name, value를 넣어서 dict 노드로 만드는 함수 dict 삭제void erase_dict(char *name) : name을 넣어주면 해당 dict 노드를 지워줌 dict 추가 및 수정void put_dict(char *name, char *value) : 해당 노드가 있으면 지우고, 새로운 노드를 추가함 |
Giromi
added a commit
that referenced
this issue
Sep 14, 2022
와 너무 좋다 거의 떠먹여주는 급이네 |
앜ㅋㅋ ... 근데 export 만들다가 내부 내용이 바뀌어서 다시 정리해서 올릴게용 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: