]> git.dkaiser.de - 42/minishell.git/commit
Env (#23)
authorcuhlig <113346209+cuhlig42@users.noreply.github.com>
Thu, 17 Oct 2024 13:42:11 +0000 (15:42 +0200)
committerGitHub <noreply@github.com>
Thu, 17 Oct 2024 13:42:11 +0000 (15:42 +0200)
commitae5512ea0d6d8be833ca3a9b39f93239109f45b4
tree04e1801fd62324dbb2b24f50822c934b3a547d38
parent85d82207526e7220bd14bc96e5f8079ec781fc75
Env (#23)

* Add data structure and prototypes for env

* added env linked lis c file

* fixed normitte and fixed return issue

* changed prototypes in header file

---------

Co-authored-by: Dominik Kaiser <dkaiser@2-F-4.42heilbronn.de>
Co-authored-by: Christopher Uhlig <chuhlig@1-C-5.42heilbronn.de>
include/env.h
src/env.c [new file with mode: 0644]