Word splitting refactor: Prototypes to be modified

This commit is contained in:
Jérôme Guélen 2025-02-19 15:54:38 +01:00 committed by Khaïs COLIN
parent cba6fba845
commit 0d0a14d21a
7 changed files with 133 additions and 65 deletions

View file

@ -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);
}