🔨」 fix(include): added stdint, added functions in execution header

This commit is contained in:
yosyo
2024-05-06 20:52:14 +02:00
parent c882ffb3cf
commit 26b2f18a3a
2 changed files with 21 additions and 5 deletions

View File

@ -6,21 +6,22 @@
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/26 09:38:51 by mmoussou #+# #+# */
/* Updated: 2024/05/02 15:31:38 by adjoly ### ########.fr */
/* Updated: 2024/05/06 20:30:42 by mmoussou ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef MINISHELL_H
# define MINISHELL_H
# include "parsing.h"
# include "execution.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);