Added env hashmap with build_env function to build envp
This commit is contained in:
parent
f35e986145
commit
f86947a852
54 changed files with 2010 additions and 105 deletions
22
includes/app/node/handle_expension.h
Normal file
22
includes/app/node/handle_expension.h
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* handle_expension.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/05/03 15:24:56 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/05/03 15:25:18 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef HANDLE_EXPENSION_H
|
||||
#define HANDLE_EXPENSION_H
|
||||
|
||||
#include "app/node.h"
|
||||
#include "app/state.h"
|
||||
#include "me/types.h"
|
||||
|
||||
t_error handle_expension(t_node *self, t_utils *shcat, t_str *ret);
|
||||
|
||||
#endif /* HANDLE_EXPENSION_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue