diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-27 19:59:20 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-27 19:59:20 +0100 |
commit | c5aae008dee36276154882d8fd56c3bdeb473474 (patch) | |
tree | a40740914847ebf39a5f8cb3acf6a48c8b9d61ef /src/b_export.h | |
parent | TODO update (diff) | |
download | 42-minishell-c5aae008dee36276154882d8fd56c3bdeb473474.tar.gz 42-minishell-c5aae008dee36276154882d8fd56c3bdeb473474.tar.bz2 42-minishell-c5aae008dee36276154882d8fd56c3bdeb473474.tar.xz 42-minishell-c5aae008dee36276154882d8fd56c3bdeb473474.tar.zst 42-minishell-c5aae008dee36276154882d8fd56c3bdeb473474.zip |
Now norme
Diffstat (limited to 'src/b_export.h')
-rw-r--r-- | src/b_export.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/b_export.h b/src/b_export.h index 2c2a708..b6dcea6 100644 --- a/src/b_export.h +++ b/src/b_export.h @@ -14,7 +14,6 @@ # define B_EXPORT_H # include <libft.h> -# include <stdint.h> # include "s_struct.h" @@ -23,6 +22,6 @@ t_bool check_equals(const char *arg); void b_add_to_env_from_globals(const char varname[], const char var[], t_msh *msh); -uint8_t b_export(char *args[], t_msh *msh); +unsigned char b_export(char *args[], t_msh *msh); #endif |