fix: does not compile

This commit is contained in:
Khaïs COLIN 2025-03-06 12:45:05 +01:00 committed by Jérôme Guélen
parent 174449cde7
commit 63df02aec5
No known key found for this signature in database
7 changed files with 54 additions and 40 deletions

View file

@ -3,14 +3,16 @@
/* ::: :::::::: */
/* wildcard_exp.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: jguelen <jguelen@student.42.fr> +#+ +:+ +#+ */
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/23 15:02:59 by jguelen #+# #+# */
/* Updated: 2025/02/25 10:07:59 by jguelen ### ########.fr */
/* Created: 2025/03/06 13:02/36 by khais #+# #+# */
/* Updated: 2025/03/06 13:02:36 by khais ### ########.fr */
/* */
/* ************************************************************************** */
#include "ft_printf.h"
#include "subst.h"
#include "unistd.h"
/*
** TODO
@ -26,4 +28,7 @@
*/
t_wordlist *expand_star(char *file_pattern)
{
(void)file_pattern;
ft_dprintf(STDERR_FILENO, "Not implemented: expand_star\n");
return (NULL);
}