mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
fix: does not compile
This commit is contained in:
parent
174449cde7
commit
63df02aec5
7 changed files with 54 additions and 40 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue