mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
env_manip: sort funcs per structure that is being manipulated
This is instead of the operation that is being performed. I find it more logical this way, but if you prefer we can keep it as-is. I also put the identifier_isvalid func into parser/matchers
This commit is contained in:
parent
e985fcc562
commit
e445f668b3
13 changed files with 317 additions and 215 deletions
|
|
@ -6,11 +6,11 @@
|
|||
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/02/18 15:11:14 by khais #+# #+# */
|
||||
/* Updated: 2025/02/19 13:15:43 by khais ### ########.fr */
|
||||
/* Updated: 2025/02/19 13:30:38 by khais ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "../src/env_manip.h"
|
||||
#include "../src/env/env_manip.h"
|
||||
#include "../src/ft_errno.h"
|
||||
#include "libft.h"
|
||||
#include "testutil.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue