mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
Word splitting refactor: Prototypes to be modified
This commit is contained in:
parent
cba6fba845
commit
0d0a14d21a
7 changed files with 133 additions and 65 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/02/17 16:21:03 by khais #+# #+# */
|
||||
/* Updated: 2025/02/17 16:22:40 by khais ### ########.fr */
|
||||
/* Updated: 2025/02/18 17:53:13 by jguelen ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -22,5 +22,4 @@ bool is_operator_start(char c)
|
|||
return (true);
|
||||
else
|
||||
return (false);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue