folders and makefile

This commit is contained in:
gazhonsepaskwa
2025-02-13 08:54:24 +01:00
parent e747b10ed5
commit b57118d0ae
14 changed files with 25 additions and 20 deletions

View File

@@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "../../../includes/minishell.h"
#include "../../../../includes/minishell.h"
void create_and_or(t_ast_n *self, t_node *lst, t_node *token, t_msh *msh)
{

View File

@@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "../../../includes/minishell.h"
#include "../../../../includes/minishell.h"
char **lltotab(t_node *lst, t_node *limiter)
{

View File

@@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "../../../includes/minishell.h"
#include "../../../../includes/minishell.h"
void create_pline(t_ast_n *self, t_node *lst, t_node *token, t_msh *msh)
{

View File

@@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "../../../includes/minishell.h"
#include "../../../../includes/minishell.h"
t_node *remove_parentheses(t_node *lst)
{

View File

@@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "../../../includes/minishell.h"
#include "../../../../includes/minishell.h"
static void add_nodell(t_nodell **nodell, t_node *node)
{

View File

@@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "../../../includes/minishell.h"
#include "../../../../includes/minishell.h"
static void free_redirs(t_ast_n *node)
{

View File

@@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "../../../includes/minishell.h"
#include "../../../../includes/minishell.h"
t_redir get_redir(t_node *node)
{

View File

@@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "../../../includes/minishell.h"
#include "../../../../includes/minishell.h"
#include <string.h>
static int last_tok_subsh(t_node *lst)