clean
This commit is contained in:
parent
6b2360ab6b
commit
1fb86f0fa0
5 changed files with 3 additions and 38 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,5 @@
|
||||||
/minishell
|
/minishell
|
||||||
/dev/*.srctrl*
|
*.srctrl*
|
||||||
|
|
||||||
# Prerequisites
|
# Prerequisites
|
||||||
*.d
|
*.d
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,36 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
|
||||||
<config>
|
|
||||||
<source_groups>
|
|
||||||
<source_group_9caac7da-7e15-4f68-926b-f7361e8a277d>
|
|
||||||
<c_standard>gnu17</c_standard>
|
|
||||||
<cross_compilation>
|
|
||||||
<target>
|
|
||||||
<abi>unknown</abi>
|
|
||||||
<arch>x86_64</arch>
|
|
||||||
<sys>unknown</sys>
|
|
||||||
<vendor>unknown</vendor>
|
|
||||||
</target>
|
|
||||||
<target_options_enabled>0</target_options_enabled>
|
|
||||||
</cross_compilation>
|
|
||||||
<header_search_paths>
|
|
||||||
<header_search_path>include</header_search_path>
|
|
||||||
<header_search_path>libtf</header_search_path>
|
|
||||||
<header_search_path>libft</header_search_path>
|
|
||||||
</header_search_paths>
|
|
||||||
<name>minishell</name>
|
|
||||||
<pch_flags>
|
|
||||||
<use_compiler_flags>1</use_compiler_flags>
|
|
||||||
</pch_flags>
|
|
||||||
<source_extensions>
|
|
||||||
<source_extension>.c</source_extension>
|
|
||||||
<source_extension>.h</source_extension>
|
|
||||||
</source_extensions>
|
|
||||||
<source_paths>
|
|
||||||
<source_path>src/parse_command.c</source_path>
|
|
||||||
</source_paths>
|
|
||||||
<status>enabled</status>
|
|
||||||
<type>C Source Group</type>
|
|
||||||
</source_group_9caac7da-7e15-4f68-926b-f7361e8a277d>
|
|
||||||
</source_groups>
|
|
||||||
<version>8</version>
|
|
||||||
</config>
|
|
|
@ -6,7 +6,7 @@
|
||||||
/* By: mcolonna <marvin@42.fr> +#+ +:+ +#+ */
|
/* By: mcolonna <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2024/04/24 13:47:40 by mcolonna #+# #+# */
|
/* Created: 2024/04/24 13:47:40 by mcolonna #+# #+# */
|
||||||
/* Updated: 2024/06/27 14:45:51 by mcolonna ### ########.fr */
|
/* Updated: 2024/06/27 15:02:36 by mcolonna ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
@ -14,6 +14,7 @@
|
||||||
# define PARSE_COMMAND_READ_ELEMENT_H
|
# define PARSE_COMMAND_READ_ELEMENT_H
|
||||||
|
|
||||||
# include "include.h"
|
# include "include.h"
|
||||||
|
# include "parse_command_utils.h"
|
||||||
|
|
||||||
// Read an element from the stream (a call to a program or a redirection)
|
// Read an element from the stream (a call to a program or a redirection)
|
||||||
// Change args accordingly.
|
// Change args accordingly.
|
||||||
|
|
Loading…
Add table
Reference in a new issue