Starting the separation between commands & args and the operators
This commit is contained in:
parent
70c9c5aac1
commit
9c4dfafdf7
6 changed files with 89 additions and 66 deletions
|
|
@ -6,13 +6,13 @@
|
|||
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/03/29 11:35:51 by rparodi #+# #+# */
|
||||
/* Updated: 2024/03/29 14:46:18 by rparodi ### ########.fr */
|
||||
/* Updated: 2024/03/31 20:54:49 by rparodi ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "../includes/minishell.h"
|
||||
|
||||
void ft_exit(i8 *str, u8 exit_status)
|
||||
void ft_exit(t_str str, t_u8 exit_status)
|
||||
{
|
||||
free(str);
|
||||
printf("exit\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue