1
0
mirror of https://github.com/KeyZox71/ft_minipowershell.git synced 2025-06-25 02:13:35 +02:00

✏️」 norm: normed project.

This commit is contained in:
2024-07-18 13:32:09 +02:00
parent cf96867e16
commit b8075efe3a
7 changed files with 142 additions and 83 deletions

View File

@ -45,5 +45,7 @@ t_list **get_list2(t_list **list);
int get_exit_code(int in);
size_t ft_arrlen(char **a);
char **get_rl(char **rl);
void sig_c(int code);
bool run_checks(char *rl);
#endif