Fixed all norme from lexer, parser. minishell and builtins

This commit is contained in:
marcnava-42cursus
2026-02-14 00:02:03 +01:00
parent 7862f3e131
commit 6453abfda3
16 changed files with 667 additions and 571 deletions

View File

@@ -28,4 +28,4 @@ void syntax_error_unexpected_token(
void malloc_error(void)
{
ft_eprintf("minishell: %s\n", strerror(ENOMEM));
}
}