mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-03-15 11:26:51 +01:00
「🗑️」 clean: Cleaned merge rest
This commit is contained in:
@ -6,11 +6,8 @@
|
|||||||
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2024/04/26 09:38:51 by mmoussou #+# #+# */
|
/* Created: 2024/04/26 09:38:51 by mmoussou #+# #+# */
|
||||||
<<<<<<< HEAD
|
|
||||||
/* Updated: 2024/05/06 20:30:42 by mmoussou ### ########.fr */
|
/* Updated: 2024/05/06 20:30:42 by mmoussou ### ########.fr */
|
||||||
=======
|
|
||||||
/* Updated: 2024/05/03 10:24:15 by adjoly ### ########.fr */
|
/* Updated: 2024/05/03 10:24:15 by adjoly ### ########.fr */
|
||||||
>>>>>>> e1ba625 (「🏗️」 wip: testing things, might broke.)
|
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
@ -1,35 +0,0 @@
|
|||||||
/* ************************************************************************** */
|
|
||||||
/* */
|
|
||||||
/* ::: :::::::: */
|
|
||||||
/* minishell.h :+: :+: :+: */
|
|
||||||
/* +:+ +:+ +:+ */
|
|
||||||
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
|
||||||
/* +#+#+#+#+#+ +#+ */
|
|
||||||
/* Created: 2024/04/26 09:38:51 by mmoussou #+# #+# */
|
|
||||||
<<<<<<< HEAD
|
|
||||||
/* Updated: 2024/05/06 20:30:42 by mmoussou ### ########.fr */
|
|
||||||
=======
|
|
||||||
/* Updated: 2024/05/03 10:24:15 by adjoly ### ########.fr */
|
|
||||||
>>>>>>> e1ba625 (「🏗️」 wip: testing things, might broke.)
|
|
||||||
/* */
|
|
||||||
/* ************************************************************************** */
|
|
||||||
|
|
||||||
#ifndef MINISHELL_H
|
|
||||||
# define MINISHELL_H
|
|
||||||
|
|
||||||
# include <readline/readline.h>
|
|
||||||
# include <stdio.h>
|
|
||||||
# include <stdlib.h>
|
|
||||||
# include <stdint.h>
|
|
||||||
# include "libft.h"
|
|
||||||
|
|
||||||
# include "parsing.h"
|
|
||||||
# include "execution.h"
|
|
||||||
|
|
||||||
char set_env(char **env, const char *name, char *content);
|
|
||||||
char *get_hostname(void);
|
|
||||||
char *get_prompt(void);
|
|
||||||
char *get_pwd(void);
|
|
||||||
bool is_str(char *src, char *dst);
|
|
||||||
|
|
||||||
#endif
|
|
BIN
obj/src/env/env_list/ft_envadd_back.o
vendored
Normal file
BIN
obj/src/env/env_list/ft_envadd_back.o
vendored
Normal file
Binary file not shown.
BIN
obj/src/env/env_list/ft_envadd_front.o
vendored
Normal file
BIN
obj/src/env/env_list/ft_envadd_front.o
vendored
Normal file
Binary file not shown.
BIN
obj/src/env/env_list/ft_envclear.o
vendored
Normal file
BIN
obj/src/env/env_list/ft_envclear.o
vendored
Normal file
Binary file not shown.
BIN
obj/src/env/env_list/ft_envdelone.o
vendored
Normal file
BIN
obj/src/env/env_list/ft_envdelone.o
vendored
Normal file
Binary file not shown.
BIN
obj/src/env/env_list/ft_envlast.o
vendored
Normal file
BIN
obj/src/env/env_list/ft_envlast.o
vendored
Normal file
Binary file not shown.
BIN
obj/src/env/env_list/ft_envnew.o
vendored
Normal file
BIN
obj/src/env/env_list/ft_envnew.o
vendored
Normal file
Binary file not shown.
BIN
obj/src/env/env_list/ft_envsize.o
vendored
Normal file
BIN
obj/src/env/env_list/ft_envsize.o
vendored
Normal file
Binary file not shown.
BIN
obj/src/is_str.o
Normal file
BIN
obj/src/is_str.o
Normal file
Binary file not shown.
BIN
obj/src/main.o
Normal file
BIN
obj/src/main.o
Normal file
Binary file not shown.
BIN
obj/src/parsing/split_cmd.o
Normal file
BIN
obj/src/parsing/split_cmd.o
Normal file
Binary file not shown.
BIN
obj/src/prompt/get_hostname.o
Normal file
BIN
obj/src/prompt/get_hostname.o
Normal file
Binary file not shown.
BIN
obj/src/prompt/get_prompt.o
Normal file
BIN
obj/src/prompt/get_prompt.o
Normal file
Binary file not shown.
BIN
obj/src/prompt/get_pwd.o
Normal file
BIN
obj/src/prompt/get_pwd.o
Normal file
Binary file not shown.
Reference in New Issue
Block a user