This commit is contained in:
mdev9
2024-04-26 15:47:34 +02:00
parent 2290d638b6
commit 344c40df46
2 changed files with 3 additions and 4 deletions

View File

@ -6,13 +6,11 @@
/* By: tomoron <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/15 12:53:29 by tomoron #+# #+# */
/* Updated: 2024/04/26 15:44:12 by marde-vr ### ########.fr */
/* Updated: 2024/04/26 15:46:39 by marde-vr ### ########.fr */
/* */
/* ************************************************************************** */
#include "minishell.h"
int filename_corresponds(char *wildcard, char *value);
int recursive_filename_check(char *wildcard, char **value)
{
while (**value)